Commit 7c604d2
committed
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments