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

Commit fd9d2db

Browse files
committed
ci: update zed sync
1 parent b19fd14 commit fd9d2db

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

script/sync-zed.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { join } from "path"
77
const FORK_REPO = "sst/zed-extensions"
88
const UPSTREAM_REPO = "zed-industries/extensions"
99
const EXTENSION_NAME = "opencode"
10-
const OPENCODE_REPO = "sst/opencode"
1110

1211
async function main() {
1312
const version = process.argv[2]
@@ -40,8 +39,8 @@ async function main() {
4039
process.chdir(workDir)
4140

4241
// 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"`
42+
await $`git config user.name "Dax"`
43+
await $`git config user.email "mail@thdxr.com"`
4544

4645
// Sync fork with upstream
4746
console.log(`🔄 Syncing fork with upstream...`)

0 commit comments

Comments
 (0)