Skip to content

Commit 21895c3

Browse files
authored
Merge pull request #12841 from hrishikesh-kadam/patch-2
Update metadata-syntax-for-github-actions.md
2 parents 959f978 + 483fc93 commit 21895c3

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)