Skip to content

Commit 0de9726

Browse files
committed
fix: updated branch
1 parent 7809caa commit 0de9726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Merge upstream changes
4747
run: |
4848
CURRENT_BRANCH="${{ steps.branch.outputs.branch }}"
49-
UPSTREAM_BRANCH="staging" # Upstream default branch
49+
UPSTREAM_BRANCH="prod" # Upstream default branch
5050
5151
git checkout $CURRENT_BRANCH
5252

0 commit comments

Comments
 (0)