actions-marketplace-validations/URL Health Check

Ping given URL (with curl) for a post-deploy check. With redirect and retrying capabilities

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlTarget URL(s), split by |yes
max-attemptsNumber of unsuccessful attempts to call URL before giving upno1
retry-delayTime between attempts (e.g. 3s, 1m)no3s
follow-redirectFollow redirected location in case request resulted in 3XX status codenofalse
retry-allRetry all errors, including 4xx (see man curl on --retry-all-errors). This might upgrade curl to the version supporting this flag. nofalse
cookieString representation of cookie attached to health check request. Format: `Name=Value` no""
basic-authBasic auth login password pair. Format: `login:password` no""

no outputs