Skip to content

Commit 1c99389

Browse files
authored
Merge pull request #12839 from feanil/patch-2
Update small grammer error in understanding-github-actions.md
2 parents 0ac2fc3 + bb14aa1 commit 1c99389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/learn-github-actions/understanding-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ topics:
3030

3131
## The components of {% data variables.product.prodname_actions %}
3232

33-
You can configure a {% data variables.product.prodname_actions %} _workflow_ to be triggered when an _event_ occurs in your repository, such as a pull request being opened or an issue being created. Your workflow contains one or more _jobs_ which can run in sequential order or in parallel. Each job will run inside its own virtual machine _runner_, or inside a container, and has one or more _steps_ that either run a script that you define or run an _action_, which is a reusable extension that can simplify in your workflow.
33+
You can configure a {% data variables.product.prodname_actions %} _workflow_ to be triggered when an _event_ occurs in your repository, such as a pull request being opened or an issue being created. Your workflow contains one or more _jobs_ which can run in sequential order or in parallel. Each job will run inside its own virtual machine _runner_, or inside a container, and has one or more _steps_ that either run a script that you define or run an _action_, which is a reusable extension that can simplify your workflow.
3434

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

0 commit comments

Comments
 (0)