actions-marketplace-validations/Check URL Status
Github Action to check URL response status code and reachability
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL path to verify. | yes | — |
| init-delay | Initial delay before probing the URL. | no | 0 |
| retry-count | Number of retries permitted. Max allowed retry is 5. | no | 0 |
| retry-delay | Amount of time to wait before retrying the activity. | no | 0 |
| codes-allowed | List of HTTP response codes that are acceptable/allowed. Separate them by ',' (commas). | no | 200 |
Outputs
no outputs