You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's also a suggestion in #412 (comment) to default to the defaults.run.working-directory.
I'm not sure if the action has access to that information and it could be a breaking change for users who have already modified their scripts to match the working-directory set for run steps.
As discussed in #412,
run
steps support aworking-directory
option for changing the working directory where the command runs.https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsworking-directory
This does not work for
uses
steps, requiring users to modify their scripts to include aprocess.chdir
.It would be nice if the action could do that with a
working-directory
input, avoiding the need to modify a script.The text was updated successfully, but these errors were encountered: