Skip to content

Commit dd2f6f1

Browse files
Update metadata-syntax-for-github-actions.md
Edit hyperlink in step - `runs.steps[*].shell`
1 parent e58f9d1 commit dd2f6f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/creating-actions/metadata-syntax-for-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ For more information, see "[`github context`](/actions/reference/context-and-exp
260260
#### `runs.steps[*].shell`
261261

262262
{% ifversion fpt or ghes > 3.2 or ghae-issue-4853 or ghec %}
263-
**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.
263+
**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.
264264
{% else %}
265-
**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.
265+
**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.
266266
{% endif %}
267267

268268
#### `runs.steps[*].name`

0 commit comments

Comments
 (0)