-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Latest version number and proper failure is not guaranteed #1
Comments
It seems like GitHub APIs goes down recently, I think if GitHub API goes down, then perhaps we shouldn't be using GitHub Actions, right?
Thanks for reporting that bug, it seems like I forgot to add |
Yes, I haven't mentioned it, but the issue happened at 22:35 UTC, and the outage finished at 17:40 UTC, so GitHub was officially fully functional. |
Update: I was wrong. #3 This bug has been solved on 6e5a0cb, and this action will now fail when it failed to install the tool. Thanks for your bug report. |
Thank you as well! |
|
One of our workflow run failed with the following error:
It seems to be that the error came from here, where for some reason the latest version was determined as null:
setup-rclone/scripts/download/macOS.sh
Line 2 in 260c6f9
Maybe some additional check/retry logic could be implemented in case the version is not properly returned, to make the run more resilient.
This step also didn't fail (which it should have), even though it failed to install the tool. Additional check could be implemented for that too.
The text was updated successfully, but these errors were encountered: