stellacare/Wait For Response
Github action to wait for a response
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to poll | no | http://localhost/ |
| response-code | Response code to wait for | no | 200 |
| timeout | Timeout before giving up in seconds | no | 30 |
| interval | Interval between polling in seconds | no | 1 |
Outputs
| name | description |
|---|---|
| result | 0 if response code returned within timeout, otherwise 1 |