actions-marketplace-validations/Wait For Endpoint
A GitHub Action that polls a specified HTTP endpoint until it becomes available.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to poll | yes | — |
| method | The HTTP method to use | yes | GET |
| expected-status | The HTTP status that is expected | yes | 200 |
| timeout | The maximum time the polling is allowed to run for (in milliseconds) | yes | 60000 |
| interval | The interval at which the polling should happen (in milliseconds) | yes | 1000 |
Outputs
no outputs