Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/actions/get-started/understand-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ For more information, see [AUTOTITLE](/actions/using-jobs).

### Actions

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:
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:

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