Skip to content

Commit

Permalink
fix: incorrect option for continue_on_error
Browse files Browse the repository at this point in the history
continue_on_error example was incorrect and if used would generate a warning.

change `continue-on-error` to `continue_on_error`
  • Loading branch information
lwhiteley committed Oct 20, 2021
1 parent c77dc43 commit e80198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -125,7 +125,7 @@ with:
with:
timeout_seconds: 15
max_attempts: 3
continue-on-error: true
continue_on_error: true
command: node -e 'process.exit(99);'
- name: Assert that step succeeded (despite failing command)
uses: nick-invision/assert-action@v1
Expand Down

0 comments on commit e80198a

Please sign in to comment.