Skip to content

Commit

Permalink
Merge pull request #49 from lwhiteley/patch-1
Browse files Browse the repository at this point in the history
fix: incorrect option for continue_on_error
  • Loading branch information
nick-invision committed Oct 24, 2021
2 parents c77dc43 + e80198a commit 002ef57
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 002ef57

Please sign in to comment.