1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Update metadata-syntax-for-github-actions.md

Edit hyperlink in step - `runs.steps[*].shell`
This commit is contained in:
Hrishikesh Kadam
2021-12-10 21:41:41 +05:30
committed by GitHub
parent e58f9d14e8
commit dd2f6f1c1f

View File

@@ -260,9 +260,9 @@ For more information, see "[`github context`](/actions/reference/context-and-exp
#### `runs.steps[*].shell`
{% ifversion fpt or ghes > 3.2 or ghae-issue-4853 or ghec %}
**Optional** The shell where you want to run the command. You can use any of the shells listed [here](/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell). Required if `run` is set.
**Optional** The shell where you want to run the command. You can use any of the shells listed [here](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsshell). Required if `run` is set.
{% else %}
**Required** The shell where you want to run the command. You can use any of the shells listed [here](/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell). Required if `run` is set.
**Required** The shell where you want to run the command. You can use any of the shells listed [here](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsshell). Required if `run` is set.
{% endif %}
#### `runs.steps[*].name`