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 committed Feb 27, 2025
1 parent ebaf9cf commit e98544a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,10 @@ runs:
last_name: Octocat
```

{% ifversion ghes %}

#### `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.

{% endif %}

## `runs` for Docker container actions

**Required** Configures the image used for the Docker container action.
Expand Down

0 comments on commit e98544a

Please sign in to comment.