Skip to content

Commit a291f76

Browse files
authored
Document runs.steps[*].continue-on-error for composite actions (github#36539)
1 parent 4f8e7d2 commit a291f76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions.md

-4
Original file line numberDiff line numberDiff line change
@@ -362,14 +362,10 @@ runs:
362362
last_name: Octocat
363363
```
364364

365-
{% ifversion ghes %}
366-
367365
#### `runs.steps[*].continue-on-error`
368366

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

371-
{% endif %}
372-
373369
## `runs` for Docker container actions
374370

375371
**Required** Configures the image used for the Docker container action.

0 commit comments

Comments
 (0)