mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-10 07:05:29 +00:00
fix: incorrect option for continue_on_error
continue_on_error example was incorrect and if used would generate a warning. change `continue-on-error` to `continue_on_error`
This commit is contained in:
@@ -125,7 +125,7 @@ with:
|
|||||||
with:
|
with:
|
||||||
timeout_seconds: 15
|
timeout_seconds: 15
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
continue-on-error: true
|
continue_on_error: true
|
||||||
command: node -e 'process.exit(99);'
|
command: node -e 'process.exit(99);'
|
||||||
- name: Assert that step succeeded (despite failing command)
|
- name: Assert that step succeeded (despite failing command)
|
||||||
uses: nick-invision/assert-action@v1
|
uses: nick-invision/assert-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user