fix: sync upstream

This commit is contained in:
sagitchu
2025-03-18 16:37:04 +08:00
parent 8122fe74fb
commit 647b3024a2

View File

@@ -17,7 +17,7 @@ jobs:
with: with:
github-token: ${{ secrets.sync.TOKEN }} github-token: ${{ secrets.sync.TOKEN }}
script: | script: |
const upstream = 'upstream-owner/upstream-repo'; // 替换为实际的上游仓库 const upstream = 'songquanpeng/one-api'; // 替换为实际的上游仓库
const [owner, repo] = upstream.split('/'); const [owner, repo] = upstream.split('/');
// 获取上游仓库的PR // 获取上游仓库的PR