actions-marketplace-validations/Wait for API Action

A Github Action to wait for a specific API response to proceed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
methodWhich HTTP method to useyesGET
urlThe URL to talk toyes
headersOptional headers, as a JSON stringno
expected-statusWhich HTTP status to expectyes200
expected-response-fieldIf set, this field must exist in the API response. Use dot notation for nested fields (e.g. "data.user.name")no
expected-response-field-valueIf set, the field from "expected-response-field" must be this value. Nota that any value is converted to a string.no
timeoutThe max. time in seconds to wait until the action should fail.yes300
intervalThe time in seconds to wait between trying the API.yes10

no outputs