You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Optional JSON-string of headers to send along. For example:
headers:'{"Authorization":"ci"}'
expected-status
Required The HTTP status which has to be returned to continue. Default"200".
expected-response-field
If set, only continue if the response contains this field. You can use dot-notation to query nested fields, for example:
{"user": {"name":"Anne" }}
Can be queried with"user.name".
expected-response-field-value
If set, theexpected-response-field must contain this value to continue. Note that due to Github Action restrictions, this can only work with strings, so any value is converted to a string.
timeout
Required The max. amount of seconds to wait until to stop trying to reach the API. Default"300".
interval
Required The number of seconds to wait between each try to the API. Default"10".
About
A Github Action to wait for a specific API response