Skip to content

Commit 7e7f3de

Browse files
authored
Continue troubleshooting branch checkout...
1 parent eb32336 commit 7e7f3de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
3939
- name: Fast-forward deployment branch
4040
run: |
41-
git checkout -b deploy --track sync-repo/deploy
41+
git config push.default upstream
42+
git checkout -b deploy sync-repo/deploy
4243
git merge --ff-only ${{ env.RELEASE_CHANNEL }}
4344
4445
- name: Push to remote repo

0 commit comments

Comments
 (0)