We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bc8d1 commit 47da9f4Copy full SHA for 47da9f4
2 files changed
.github/workflows/sync-repo-prod.yml
@@ -42,6 +42,7 @@ jobs:
42
set -eux
43
git config push.default upstream
44
git switch -c deploy sync-repo/deploy
45
+ git pull
46
git branch -v
47
git merge --ff-only ${{ env.RELEASE_CHANNEL }}
48
.github/workflows/sync-repo-staging.yml
0 commit comments