actions-marketplace-validations/retry action

Retries an Github Action step on failure

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionGithub action name. Should be defined action or command, not both.no
commandCommand to run. Should be defined action or command, not both.no
pre_retry_commandCommand to run between retries.no
withAn options map for Github actionno
current_pathSetup working directory for the action. Works with only commands. Default is `github.workspace` path.no
steps_contextPass context `steps` into an external action. If you need valid context `steps`, then add option as described in `Readme.md`.no{}
attempt_limitNumber of attemptsno2
attempt_delayA delay between attempts in msno0
time_outSet time out in ms for entire step including all retries. By default actions sets no time out.nofalse
retry_conditionUse any valid expression to decide the continuation of retries. Default value is true.notrue
github_tokenA token to access private actions. Does not required for public actions.no
namedescription
outputsA pretty print JSON map with outputs from the wrapped action.