Skip to content

Allow changing the directory where the script runs #426

Open
@joshmgross

Description

As discussed in #412, run steps support a working-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 a process.chdir.

It would be nice if the action could do that with a working-directory input, avoiding the need to modify a script.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions