Skip to content

Commit 251d79c

Browse files
qmacrolucascosti
andauthored
Include 'shell command' as a possible step task (#2211)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent ff13c94 commit 251d79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/learn-github-actions/introduction-to-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To help you understand how YAML syntax is used to create a workflow file, this s
147147
```
148148
</td>
149149
<td>
150-
Groups together all the steps that run in the <code>check-bats-version</code> job. Each line nested under this section is a separate action.
150+
Groups together all the steps that run in the <code>check-bats-version</code> job. Each item nested under this section is a separate action or shell command.
151151
</td>
152152
</tr>
153153
<tr>

0 commit comments

Comments
 (0)