-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retry on failure #439
Comments
@mudler This is caused by GitHub rate limiting API calls from macOS runner. Can you try providing the default GitHub token as follows
You don't need to generate a new token. This one is available on the actions runtime. See: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret If this works for you on macOS runner, I'll make this default to this action. |
@robinraju thanks! I'll give it a try and keep you posted |
Closing this issue, as the macOS builds are stable for some time on this repo. Please use the latest version of this action (it contains the fix for this issue) |
Thanks for building this action! that was exactly what I needed for some of my projects :)
Is your feature request related to a problem? Please describe.
When running this action on macOS runners, I hit #347 quite a lot of times. Restarting the job a couple of times eventually makes it successfull
Describe the solution you'd like
A way for the action to retry on failure, for example, by specifying a max number of retry attempts and a delay time in between
Describe alternatives you've considered
Additional context
At https://github.com/c3os-io/c3os/ I'm planning to use this action to run upgrade tests from latest releases - but currently this is almost not doable at all for the problem mentioned above
The text was updated successfully, but these errors were encountered: