klothoplatform/Retry loop

Runs a given action using bash, but within a retry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 19, 2023
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: klothoplatform/gh-action-retry@f20cf07ce44cfcdc51a971ee02e0f64b9d830f62 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
scriptThe bash script to run in a retryyes
max-attemptsHow many times to try the script before failing.no5
sleep-secondsHow long to sleep between attempts.no0
descriptionA brief description of this step. Used in error messages.noScript
working-directoryIf specified, run the script from this directory..
bash-options"set" options for bash-euo pipefail

no outputs