actions-marketplace-validations/http-status-code
Wait for response code from a URL with timeout
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to poll | yes | — |
| code | The expected status code | no | 200 |
| timeout | Timeout before giving up in seconds | no | 300 |
| interval | Interval between polling in seconds | no | 2 |
| username | Basic auth username | no | "" |
| password | Basic auth password | no | "" |
Outputs
| name | description |
|---|---|
| result | outputs the response from the call |