Aiden Cline преди 4 месеца
родител
ревизия
fd9d2db755
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      script/sync-zed.ts

+ 2 - 3
script/sync-zed.ts

@@ -7,7 +7,6 @@ import { join } from "path"
 const FORK_REPO = "sst/zed-extensions"
 const FORK_REPO = "sst/zed-extensions"
 const UPSTREAM_REPO = "zed-industries/extensions"
 const UPSTREAM_REPO = "zed-industries/extensions"
 const EXTENSION_NAME = "opencode"
 const EXTENSION_NAME = "opencode"
-const OPENCODE_REPO = "sst/opencode"
 
 
 async function main() {
 async function main() {
   const version = process.argv[2]
   const version = process.argv[2]
@@ -40,8 +39,8 @@ async function main() {
   process.chdir(workDir)
   process.chdir(workDir)
 
 
   // Configure git identity
   // Configure git identity
-  await $`git config user.name "github-actions[bot]"`
-  await $`git config user.email "github-actions[bot]@users.noreply.github.com"`
+  await $`git config user.name "Dax"`
+  await $`git config user.email "mail@thdxr.com"`
 
 
   // Sync fork with upstream
   // Sync fork with upstream
   console.log(`🔄 Syncing fork with upstream...`)
   console.log(`🔄 Syncing fork with upstream...`)