ci: update fork_repo var

This commit is contained in:
Aiden Cline
2026-01-08 14:19:44 -06:00
parent c74bc323b6
commit 9f90f0e8ed

View File

@@ -4,7 +4,7 @@ import { $ } from "bun"
import { tmpdir } from "os"
import { join } from "path"
const FORK_REPO = "sst/zed-extensions"
const FORK_REPO = "anomalyco/zed-extensions"
const UPSTREAM_REPO = "zed-industries/extensions"
const EXTENSION_NAME = "opencode"