Running actions in another directory
Update: It’s now possible to set a working-directory default for a job. See this answer. There is an option to set a working-directory on a step, but not for multiple steps or a whole job. I’m fairly sure this option only works for script steps, not action steps with uses. https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun Using working-directory, your workflow … Read more