Commit 0602bbf
committed
Fix CI: persist git identity in agent-tools test, not just override it
git -c user.email=... only overrides that single git invocation; it never
writes to the repo config. The commit.gpgsign=false call was the only part
that actually persisted, so the git_commit test relied on the runner having
a global git identity to fall back on. Our machines all have one set, but
GitHub Actions runners do not, so failed there with "Author
identity unknown" on every run since 105db65.1 parent 224a1f2 commit 0602bbf
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
503 | 509 | | |
504 | 510 | | |
505 | 511 | | |
| |||
0 commit comments