We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c716086 + 9eca739 commit 36c3a82Copy full SHA for 36c3a82
content/actions/creating-actions/metadata-syntax-for-github-actions.md
@@ -369,6 +369,10 @@ runs:
369
```
370
{% endif %}
371
372
+#### `runs.steps[*].continue-on-error`
373
+
374
+**Optional** Prevents the action from failing when a step fails. Set to `true` to allow the action to pass when this step fails.
375
376
## `runs` for Docker container actions
377
378
**Required** Configures the image used for the Docker container action.
0 commit comments