Skip to content

Commit 36c3a82

Browse files
authored
Merge pull request #18153 from github/repo-sync
repo sync
2 parents c716086 + 9eca739 commit 36c3a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,10 @@ runs:
369369
```
370370
{% endif %}
371371

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+
372376
## `runs` for Docker container actions
373377

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

0 commit comments

Comments
 (0)