1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge pull request #55652 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2025-05-14 17:44:39 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,6 @@ Use `jobs.<job_id>.defaults.run` to provide default `shell` and `working-directo
You can provide default `shell` and `working-directory` options for all [`run`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun) steps in a job. You can also set default settings for `run` for the entire workflow. For more information, see [`defaults.run`](/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun).
These can be overriden at the `jobs.<job_id>.defaults.run` and `jobs.<job_id>.steps[*].run` levels.
These can be overridden at the `jobs.<job_id>.defaults.run` and `jobs.<job_id>.steps[*].run` levels.
{% data reusables.actions.defaults-override %}