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
We occasionally get curl: (6) Could not resolve host: api.github.com when the action is polling for the downstream job.
Would be an option to add a --retry=x (maybe 3 or something) to
We occasionally get
curl: (6) Could not resolve host: api.github.com
when the action is polling for the downstream job.Would be an option to add a
--retry=x
(maybe 3 or something) totrigger-workflow-and-wait/entrypoint.sh
Line 92 in f69fa9e
I believe a retry should fix the temporary DNS issues
see also curl man page https://curl.se/docs/manpage.html#--retry
The text was updated successfully, but these errors were encountered: