There was an error while loading. Please reload this page.
1 parent 4460262 commit 7809caaCopy full SHA for 7809caa
1 file changed
.github/workflows/sync-fork.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Add upstream remote
29
run: |
30
- UPSTREAM_REPO="https://github.com/pbdsce/Zenith.git"
+ UPSTREAM_REPO="https://github.com/pointblank-club/pbctf.git"
31
32
# Check if upstream remote already exists
33
if git remote | grep -q "^upstream$"; then
@@ -46,7 +46,7 @@ jobs:
46
- name: Merge upstream changes
47
48
CURRENT_BRANCH="${{ steps.branch.outputs.branch }}"
49
- UPSTREAM_BRANCH="prod" # Upstream default branch
+ UPSTREAM_BRANCH="staging" # Upstream default branch
50
51
git checkout $CURRENT_BRANCH
52
0 commit comments