Skip to content

Commit

Permalink
Document runs.steps[*].continue-on-error for composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Feb 26, 2025
1 parent ebaf9cf commit 558714f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ For example, this `cleanup.js` will only run on Linux-based runners:

**Required** The steps that you plan to run in this action. These can be either `run` steps or `uses` steps.

#### `runs.steps[*].continue-on-error`

**Optional** Prevents the action from failing when a step fails. Set to `true` to allow the action to pass when this step fails.

#### `runs.steps[*].run`

**Optional** The command you want to run. This can be inline or a script in your action repository:
Expand Down

0 comments on commit 558714f

Please sign in to comment.