Commit cd70b92
Fix CI: set git identity env vars in auto-init test
CI runners have no global `user.email`/`user.name`, so the auto-
inited nested repo couldn't commit. Pre-existing tests pass because
they `git init` + `git config user.email/name` on the nested repo
themselves; the new test relies on `_ensure_nested_git_repo` to
create the repo, so identity must come from env.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5cf2dbf commit cd70b92
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
| |||
0 commit comments