Skip to content

Commit 7809caa

Browse files
committed
fix: update repo for sync
1 parent 4460262 commit 7809caa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-fork.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Add upstream remote
2929
run: |
30-
UPSTREAM_REPO="https://github.com/pbdsce/Zenith.git"
30+
UPSTREAM_REPO="https://github.com/pointblank-club/pbctf.git"
3131
3232
# Check if upstream remote already exists
3333
if git remote | grep -q "^upstream$"; then
@@ -46,7 +46,7 @@ jobs:
4646
- name: Merge upstream changes
4747
run: |
4848
CURRENT_BRANCH="${{ steps.branch.outputs.branch }}"
49-
UPSTREAM_BRANCH="prod" # Upstream default branch
49+
UPSTREAM_BRANCH="staging" # Upstream default branch
5050
5151
git checkout $CURRENT_BRANCH
5252

0 commit comments

Comments
 (0)