cytopia/Shell command retry action

GitHub Action to repeatedly retry a shell command upon failure.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
retriesHow many times to retry on failureno10
pauseHow many seconds to wait between retriesno10
commandShell command to executeyestrue
fail_commandShell command to execute on every failure of given command (The fail_command will always succeed via: || true)no""
workdirSwitch to this working directory prior executing shell commandno""

no outputs