diff --git a/docs/user/actions.md b/docs/user/actions.md index 18b47261..76f76134 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -940,13 +940,13 @@ defaults: ### `jobs..defaults.run.shell` -Sets [`jobs..steps[*].shell`](#jobsjob_idstepsshell) for all steps of this job. +Sets the default [`jobs..steps[*].shell`](#jobsjob_idstepsshell) for all steps of this job. Corresponding global option: [`defaults.run.shell`](#defaultsrunshell) ### `jobs..defaults.run.working-directory` -Sets [`jobs..steps[*].working-directory`](#jobsjob_idstepsworking-directory) for all steps of this job. +Sets the default [`jobs..steps[*].working-directory`](#jobsjob_idstepsworking-directory) for all steps of this job. Corresponding global option: [`defaults.run.working-directory`](#defaultsrunworking-directory)