Hacker News new | ask | show | jobs
by jka 1550 days ago
Why are people on the issue thread reporting that this has broken their builds when the change hasn't been applied yet?
2 comments

Aha: it's because the project team merged this change that intentionally fails the build when people have pinned their workflows to use the deprecated branch name: https://github.com/google-github-actions/setup-gcloud/pull/5...

(that makes sense; there has been a warning in place for a long time, and pinning to a name can be risky when the content within that reference may change over time)

It does seem like a weird bug that this would cause errors https://github.com/estuary/flow/runs/5642694619?check_suite_... seems like it should be some kind of warning instead of an error?