tsrberry/Unstable commands

An action to retry commands if weird things happen.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandsThe commands to run.yes
timeout-minutesMaximum number of minutes before the commands are cancelled.yes
retry-codesA comma-separated value containing the exit codes which should cause a retry.yes
shellThe shell to use to run the commands.nodefault-shell
working-directoryThe working directory of where to run the commands.no${{ github.workspace }}
max-retriesMaximum number of retries before giving up.no3

no outputs