Skip to content

Commit e45ac9a

Browse files
committed
Troubleshoot branch checkout
1 parent 3e535d9 commit e45ac9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-repo-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Fast-forward deployment branch
3939
run: |
40-
git checkout -b deploy --track prod-repo/deploy
40+
git checkout -b deploy
4141
git merge --ff-only prod
4242
4343
- name: Push to remote repo

.github/workflows/sync-repo-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Fast-forward deployment branch
3939
run: |
40-
git checkout -b deploy --track staging-repo/deploy
40+
git checkout -b deploy
4141
git merge --ff-only staging
4242
4343
- name: Push to remote repo

0 commit comments

Comments
 (0)