Skip to content

Commit 47da9f4

Browse files
committed
Continue troubleshooting branch checkout...
1 parent 51bc8d1 commit 47da9f4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
set -eux
4343
git config push.default upstream
4444
git switch -c deploy sync-repo/deploy
45+
git pull
4546
git branch -v
4647
git merge --ff-only ${{ env.RELEASE_CHANNEL }}
4748

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
set -eux
4343
git config push.default upstream
4444
git switch -c deploy sync-repo/deploy
45+
git pull
4546
git branch -v
4647
git merge --ff-only ${{ env.RELEASE_CHANNEL }}
4748

0 commit comments

Comments
 (0)