Skip to content

Add option to retry on all errors

Compare
Choose a tag to compare
@Jtalk Jtalk released this 06 Mar 16:43
· 39 commits to master since this release

Curl does not retry non-transient errors by default (e.g. 404). This version adds the retry-all flag to the action that translates into Curl's --retry-all-errors.

**This flag won't work on the current ubuntu-latest due to its Curl being out of date. **