Skip to content

Commit d90c74e

Browse files
authored
Merge pull request github#27233 from github/repo-sync
repo sync
2 parents 6a3342d + 3b564d8 commit d90c74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/using-workflows/about-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A workflow must contain the following basic components:
2828
1. One or more _jobs_, each of which will execute on a _runner_ machine and run a series of one or more _steps_.
2929
1. Each step can either run a script that you define or run an action, which is a reusable extension that can simplify your workflow.
3030

31-
For more information these basic components, see "[Understanding GitHub Actions](/actions/learn-github-actions/understanding-github-actions#the-components-of-github-actions)."
31+
For more information on these basic components, see "[Understanding GitHub Actions](/actions/learn-github-actions/understanding-github-actions#the-components-of-github-actions)."
3232

3333
![Workflow overview](/assets/images/help/images/overview-actions-simple.png)
3434

0 commit comments

Comments
 (0)