We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runs.steps[*].continue-on-error
1 parent 4f8e7d2 commit a291f76Copy full SHA for a291f76
content/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions.md
@@ -362,14 +362,10 @@ runs:
362
last_name: Octocat
363
```
364
365
-{% ifversion ghes %}
366
-
367
#### `runs.steps[*].continue-on-error`
368
369
**Optional** Prevents the action from failing when a step fails. Set to `true` to allow the action to pass when this step fails.
370
371
-{% endif %}
372
373
## `runs` for Docker container actions
374
375
**Required** Configures the image used for the Docker container action.
0 commit comments