Commit 9ae1499
Fix e2e sync: only create main branch on detached HEAD
The previous fix unconditionally created a main branch, which
overrode the real branch name (master) on non-PR runs, causing
sync to rebase onto origin/master while checking origin/main.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d38a7a2 commit 9ae1499
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments