actions-marketplace-validations/Wait For Endpoint

A GitHub Action that polls a specified HTTP endpoint until it becomes available.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlThe URL to pollyes
methodThe HTTP method to useyesGET
expected-statusThe HTTP status that is expectedyes200
timeoutThe maximum time the polling is allowed to run for (in milliseconds)yes60000
intervalThe interval at which the polling should happen (in milliseconds)yes1000

no outputs