We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb666e commit 66ad4a3Copy full SHA for 66ad4a3
1 file changed
.github/workflows/sync-repo-staging.yml
@@ -40,8 +40,6 @@ jobs:
40
run: |
41
git config push.default upstream
42
git switch -c deploy sync-repo/deploy
43
- git status
44
- git log
45
git merge --ff-only ${{ env.RELEASE_CHANNEL }}
46
47
- name: Push to remote repo
0 commit comments