1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Add missing heading for steps.working-directory (#28613)

Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
This commit is contained in:
Georges M. Zwingelstein
2023-10-02 12:15:59 -04:00
committed by GitHub
parent 501b948b95
commit fdf0404ff7

View File

@@ -615,6 +615,8 @@ Each `run` keyword represents a new process and shell in the runner environment.
npm run build
```
## `jobs.<job_id>.steps[*].working-directory`
Using the `working-directory` keyword, you can specify the working directory of where to run the command.
```yaml