actions-marketplace-validations/URL Health Check
Ping given URL (with curl) for a post-deploy check. With redirect and retrying capabilities
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |
| retry-delay | Time between attempts (e.g. 3s, 1m) | no | 3s |
| follow-redirect | Follow redirected location in case request resulted in 3XX status code | no | false |
| retry-all | Retry all errors, including 4xx (see man curl on --retry-all-errors). This might upgrade curl to the version supporting this flag. | no | false |
| cookie | String representation of cookie attached to health check request. Format: `Name=Value` | no | "" |
| basic-auth | Basic auth login password pair. Format: `login:password` | no | "" |
Outputs
no outputs