Skip to content

Commit 8d0cffc

Browse files
author
Henry Hein
committed
change checkout command
1 parent 558250f commit 8d0cffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remote_config_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout to remote_config_update_branch
3434
run: |
3535
git fetch origin
36-
git checkout "$REMOTE_CONFIG_BRANCH" || git checkout -b "$REMOTE_CONFIG_BRANCH" origin/"$REMOTE_CONFIG_BRANCH"
36+
git checkout -B "$REMOTE_CONFIG_BRANCH"
3737
shell: bash
3838
- name: Download Remote Config Backup File
3939
uses: ./.github/actions/download_remote_config_backup

0 commit comments

Comments
 (0)