Closed mansona closed 1 year ago
this PR also fixes the use of the exec() function from @actions/exec. We never noticed we were using it wrong because we weren't passing any options before, and we couldn't pass cwd effectively while it was being used wrong
exec()
@actions/exec
cwd
this PR also fixes the use of the
exec()
function from@actions/exec
. We never noticed we were using it wrong because we weren't passing any options before, and we couldn't passcwd
effectively while it was being used wrong