-
Notifications
You must be signed in to change notification settings - Fork 60.3k
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
Fix the autoupdatebranch Action #563
Conversation
Is it maybe that the Docker registry digest SHAs don't match the Git commit SHAs...? 🤷🏻♂️ I am admittedly not well-versed in Docker. 😕 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this as a revert to get things functioning again. 👍🏻
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you haven't already, you can add yourself to the list of contributors by creating a new comment in this PR using these instructions. Thanks again! ✨ |
* remove comment * update * add full url * add slashes * add full url * finish broken internal doc links
When moving to shas for more security, it looks like we broke the Docker action.
This should get it working again. Ideally we move to a Sha somehow in the future but I'm unsure how to do that considering the unique format of this Action being served from Docker rather than GitHub.
Example of the Action breaking: https://github.com/github/docs/actions/runs/309155706/workflow
Check off the following: