Commit 4779f42
committed
fix(github-app-auth): set local git config after checkout step
Move local git config (user.name, user.email) to a dedicated step that
runs after checkout, so it always sets both global and local config when
a repo is present. When skip-checkout is true, only global config is set.
https://claude.ai/code/session_01To6bMgr59sMZgHKDTt4F1x1 parent 7aae511 commit 4779f42
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 84 | | |
89 | 85 | | |
90 | 86 | | |
| |||
103 | 99 | | |
104 | 100 | | |
105 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
0 commit comments