minor: regenerate dist

This commit is contained in:
Nick Fields
2021-12-09 20:02:53 -05:00
parent f7cf641580
commit bf1736e338
2 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ Retries an Action step on failure or timeout. This is currently intended to repl
### `new_command_on_retry`
**Optional** Command to run if the first attempt fails. This command will be called on all subsequent attempts.
**Optional** Command to run if the first attempt fails. This command will be called on all subsequent attempts.
### `continue_on_error`
@@ -191,7 +191,7 @@ with:
timeout_seconds: 15
max_attempts: 3
command: npx jest
new_command_on_retry: npx jest --onlyFailures
new_command_on_retry: npx jest --onlyFailures
```
### Run multi-line, multi-command script