mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
fix: sync upstream
This commit is contained in:
parent
8122fe74fb
commit
647b3024a2
2
.github/workflows/sync-upstream.yml
vendored
2
.github/workflows/sync-upstream.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user