Commit 3857a44
sync-branches: configure git credentials before merge/push step
Add git identity (user.name, user.email) and authenticated remote URL
configuration before the Node.js merge script runs. Without these,
merge commits fail when git identity is not set, and push/fetch
operations fail when the remote URL lacks authentication.
Follows the same pattern used in workflows/autoloop.md for token-based
authentication via GITHUB_TOKEN env var.
Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/2ca3528c-1a17-4fba-9bc7-76da39c33eb9
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>1 parent 47042bb commit 3857a44
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments