actions-marketplace-validations/Axios URL Health Check
Ping given URL for a post-deploy check. With redirect and retrying capabilities
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 15, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/vcnc-hex_url-health-check-action@42b807536da2cda955daf02ddeb5e70c56d7020a # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Target URL(s), split by | | yes | — |
| max-attempts | Number of unsuccessful attempts to call URL before giving up | no | 1 |
| request-timeout | Time before allowing request to time out | no | 10s |
| max-time | Time to wait before giving up | no | 1m |
| retry-delay | Delay between retries | no | 1s |
Outputs
no outputs