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
Determining the default branch
Retrieving the default branch name
Connect Timeout Error
Waiting 12 seconds before trying again
Retrieving the default branch name
Connect Timeout Error
Waiting 12 seconds before trying again
Retrieving the default branch name
Error: Connect Timeout Error
Any idea what could cause this? Would increasing the number of retries help?
Alternatively, do you have a good suggestion for spell the YAML such that we automatically retry when it's actions/checkout that is failing?
The text was updated successfully, but these errors were encountered:
actions/checkout is repeatedly flaky
See also actions/checkout#1951
On the other hand, plain git clone seems to work just fine and never has
connection issues checking out the default branch
Funnily enough, the YAML is shorter this way too
actions/checkout is repeatedly flaky
See also actions/checkout#1951
On the other hand, plain git clone seems to work just fine and never has
connection issues checking out the default branch
Funnily enough, the YAML is shorter this way too
Hello! It's somewhat common for us to spuriously see "Connect Timeout Error" when using actions/checkout
For example:
These look like:
Any idea what could cause this? Would increasing the number of retries help?
Alternatively, do you have a good suggestion for spell the YAML such that we automatically retry when it's actions/checkout that is failing?
The text was updated successfully, but these errors were encountered: