Clarify defaults

This commit is contained in:
onitake 2025-04-21 09:57:41 +00:00
parent bd704d7a17
commit 6a481e3586

View file

@ -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)