Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 9f771ef

Browse files
committed
ci: fix
1 parent 356715f commit 9f771ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

script/sync-zed.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ async function main() {
3939
await $`git clone https://x-access-token:${token}@github.com/${FORK_REPO}.git ${workDir}`
4040
process.chdir(workDir)
4141

42+
// Configure git identity
43+
await $`git config user.name "github-actions[bot]"`
44+
await $`git config user.email "github-actions[bot]@users.noreply.github.com"`
45+
4246
// Sync fork with upstream
4347
console.log(`🔄 Syncing fork with upstream...`)
4448
await $`git remote add upstream https://github.com/${UPSTREAM_REPO}.git`

0 commit comments

Comments
 (0)