We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb32336 commit 7e7f3deCopy full SHA for 7e7f3de
1 file changed
.github/workflows/sync-repo-staging.yml
@@ -38,7 +38,8 @@ jobs:
38
39
- name: Fast-forward deployment branch
40
run: |
41
- git checkout -b deploy --track sync-repo/deploy
+ git config push.default upstream
42
+ git checkout -b deploy sync-repo/deploy
43
git merge --ff-only ${{ env.RELEASE_CHANNEL }}
44
45
- name: Push to remote repo
0 commit comments