Skip to content

Commit 9dccd97

Browse files
authored
repo sync
2 parents 91ce568 + 251d79c commit 9dccd97

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)