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
fix(git): set git identity in health test's cloned repo for CI
The clone in the ahead/behind upstream test doesn't inherit user.name/
user.email from the seed repo, and CI runners have no global git identity
configured — committing there failed with "Please tell me who you are"
on ubuntu-latest and windows-latest (passed locally/on macOS only because
those already had a global identity set).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments