-
Notifications
You must be signed in to change notification settings - Fork 512
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
Unable to resolve google-github-actions/setup-gcloud@master
#451
Comments
According to https://github.blog/changelog/2020-07-22-github-actions-better-support-for-alternative-default-branch-names/, the rename should have been a non-breaking change. We'll revert this. |
However, we do recommend pinning to |
This change also just broke our pipeline with the error:
We fixed it by changing the branch to |
@fatih we just reverted the change back to |
google-github-actions/setup-gcloud@master
, unable to find version master
google-github-actions/setup-gcloud@master
Thank you very much @sethvargo! We'll wait for the revert; we were also aware of redirects and sorry for the inaccurate title. |
The revert is done |
@humbertowoody the revert is done. I would recommend scheduling time in the new year to either:
|
Hi @basit511 - please open a new issue and complete the bug template that appears. |
TL;DR
Hi!
Our pipelines broke because of this change, we assume is just switching from
master
tomain
. However, we wanted to ask if this change is final? And why release this change 2 days before Christmas? :(This broke all our pipelines and really didn't wanted to update everything given the holidays. Perhaps there's an easy fix we can apply instead of revisiting all of them? Thanks in advance!
Expected behavior
To setup the action as normally.
Observed behavior
The branch name has changed from
master
tomain
so it can't be loaded.Action YAML
The text was updated successfully, but these errors were encountered: