Releases: nick-fields/retry
Releases · nick-fields/retry
v2.0.0
29 Sep 19:16
Compare
Sorry, something went wrong.
No results found
2.0.0 (2020-09-29)
Features
Add retry_on option to allow retry only on error or timeout
Add timeout_seconds to allow timeouts to be specified in seconds or minutes
Bug Fixes
action.yml misspelling
surface exit code from spawned process
handle timeouts properly
v1.0.4
17 Jun 18:14
Compare
Sorry, something went wrong.
No results found
1.0.4 (2020-06-17)
Bug Fixes
enforce RETRY_WAIT_SECONDS on both command timeout and error (3ded872 )
fixed debug logging (6a380b5 )
v1.0.3
17 Jun 17:22
Compare
Sorry, something went wrong.
No results found
1.0.3 (2020-06-17)
Bug Fixes
fix tag push in publish step (21d303a )
v1.0.2
17 Jun 17:08
Compare
Sorry, something went wrong.
No results found
1.0.2 (2020-06-17)
Bug Fixes
upgrade @actions/core from 1.2.3 to 1.2.4 (9b19145 )
upgrade @actions/core from 1.2.3 to 1.2.4 (0d89fa3 )
v1.0.1
27 Apr 19:26
Compare
Sorry, something went wrong.
No results found
1.0.1 (2020-04-27)
Bug Fixes
upgrade @actions/core from 1.2.2 to 1.2.3 (a630b43 )
upgrade @actions/core from 1.2.2 to 1.2.3 (904ec31 )
v1.0.0
13 Feb 21:56
Compare
Sorry, something went wrong.
No results found
1.0.0 (2020-02-13)
Retries a step on failure or timeout. This is currently intended to replace the run step for moody commands.