1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #32128 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-27 09:26:23 -07:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ type: how_to
Exit status | Check run status | Description
------------|------------------|------------
`0` | `success` | The action completed successfully and other tasks that depends on it can begin.
`0` | `success` | The action completed successfully and other tasks that depend on it can begin.
Nonzero value (any integer but 0)| `failure` | Any other exit code indicates the action failed. When an action fails, all concurrent actions are canceled and future actions are skipped. The check run and check suite both get a `failure` status.
## Setting a failure exit code in a JavaScript action