Commit 558f82c
Fix: Remove hard-coded 'main' branch default to allow blank branch field
Previously, CheckRepoSeeding() always defaulted to 'main' when the branch
parameter was nil or empty. This prevented users from leaving the branch
field blank to signal that the runner should create a feature branch.
Changed branchName initialization from "main" to empty string, allowing
the system to properly detect when no branch is specified.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 15e8d4a commit 558f82c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments