You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: share one build cache scope across merge groups and pass the base ref down
Each merge group has a unique ref name, so keying the buildx cache on it wrote a
scope nothing reads again. The upgrade-from script derived the base branch on its
own from the same empty variable, so it now receives the one the action resolved.
Signed-off-by: Nicholas Bucher <behappy54321@gmail.com>
0 commit comments