From 647b3024a21c11dded343913887db93020d781c1 Mon Sep 17 00:00:00 2001 From: sagitchu <601096721@qq.com> Date: Tue, 18 Mar 2025 16:37:04 +0800 Subject: [PATCH] fix: sync upstream --- .github/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index 0ffe38d0..d365d797 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -17,7 +17,7 @@ jobs: with: github-token: ${{ secrets.sync.TOKEN }} script: | - const upstream = 'upstream-owner/upstream-repo'; // 替换为实际的上游仓库 + const upstream = 'songquanpeng/one-api'; // 替换为实际的上游仓库 const [owner, repo] = upstream.split('/'); // 获取上游仓库的PR