Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 746 Bytes

setting-default-values-for-jobs-defaults-run-shell.md

File metadata and controls

10 lines (7 loc) · 746 Bytes

Use shell to define the shell for a step. {% data reusables.actions.reusable-keyword %}

{% data reusables.actions.supported-shells %}

The shell for a step is taken from the first defined in this list:

  1. The step jobs.<job_id>.steps[*].run.shell. See jobs.<job_id>.steps[*].shell.
  2. The job jobs.<job_id>.defaults.run.shell. See jobs.<job_id>.defaults.run.shell.
  3. The workflow defaults.run.shell. See defaults.run.shell.

{% data reusables.actions.defaults-override %}