Skip to content

Commit 62ba6cc

Browse files
Update content/actions/get-started/understand-github-actions.md
1 parent 7c604d2 commit 62ba6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/get-started/understand-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For more information, see [AUTOTITLE](/actions/using-jobs).
7979

8080
### Actions
8181

82-
An **action** is a custom application for the GitHub Actions platform that performs a complex but frequently repeated task. Actions can perform tasks such as:
82+
An **action** is a custom application for the GitHub Actions platform that performs a specific, repeated task in your workflow. Actions can perform tasks such as:
8383

8484
* Pulling your Git repository from {% data variables.product.prodname_dotcom %}
8585
* Setting up the correct toolchain for your build environment

0 commit comments

Comments
 (0)