mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 21:50:47 +03:00
Clarify defaults
This commit is contained in:
parent
bd704d7a17
commit
6a481e3586
1 changed files with 2 additions and 2 deletions
|
@ -940,13 +940,13 @@ defaults:
|
|||
|
||||
### `jobs.<job_id>.defaults.run.shell`
|
||||
|
||||
Sets [`jobs.<job_id>.steps[*].shell`](#jobsjob_idstepsshell) for all steps of this job.
|
||||
Sets the default [`jobs.<job_id>.steps[*].shell`](#jobsjob_idstepsshell) for all steps of this job.
|
||||
|
||||
Corresponding global option: [`defaults.run.shell`](#defaultsrunshell)
|
||||
|
||||
### `jobs.<job_id>.defaults.run.working-directory`
|
||||
|
||||
Sets [`jobs.<job_id>.steps[*].working-directory`](#jobsjob_idstepsworking-directory) for all steps of this job.
|
||||
Sets the default [`jobs.<job_id>.steps[*].working-directory`](#jobsjob_idstepsworking-directory) for all steps of this job.
|
||||
|
||||
Corresponding global option: [`defaults.run.working-directory`](#defaultsrunworking-directory)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue