Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit f802cb9

Browse files
Fixed typo
1 parent dca5273 commit f802cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/05_explain-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Earlier you learned how the different pieces of the GitHub Actions feature work together. Now you will learn about the components that make up an individual action.
44

5-
Remember, and action is the unit of work that a workflow file executes when it reaches that task. They are called by referencing them as the value to the `uses:` key in a workflow step.
5+
Remember, an action is the unit of work that a workflow file executes when it reaches that task. They are called by referencing them as the value to the `uses:` key in a workflow step.
66

77
### What makes up an action?
88

0 commit comments

Comments
 (0)