mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-09 14:48:02 +00:00
Merge pull request #49 from lwhiteley/patch-1
fix: incorrect option for 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