actions-marketplace-validations/WaitForURLsToBeAvailable
Pause a CI workflow until a set of URLs become available
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 21, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/viliussutkus89_waitforurlstobeavailable@c8e2946edac3ee604527c5107863db4781e34187 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| URLs | JSON encoded array of URLs to be checked | yes | — |
| timeoutSeconds | How long to wait after a failed check before retrying? | no | 60 |
| tryCount | How many times to try checking before assuming failure? | no | 20 |
Outputs
no outputs