Skip to content

Commit 7c604d2

Browse files
docs: clarify definition of GitHub Actions
The previous definition incorrectly stated that an action is 'a pre-defined, reusable set of jobs or code.' This was misleading because actions are not sets of jobs—they are reusable units of code used as steps within jobs. Updated the definition to accurately describe actions as custom applications that perform specific tasks, aligning with GitHub's official terminology.
1 parent 9633a39 commit 7c604d2

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 pre-defined, reusable set of jobs or code that performs specific tasks within a **workflow**, reducing the amount of repetitive code you write in your workflow files. Actions can perform tasks such as:
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:
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)