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
Set the probe branch upstream with push -u, and log why when it fails
Setting the upstream separately depended on the push having created
refs/remotes/origin/probe-main, which it did not on the CI runners. The
case then failed on its own positive control with nothing in the log
explaining it, so the fix was guesswork twice. push -u does both, and
the control now carries the push output when it fires.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments