We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558250f commit 8d0cffcCopy full SHA for 8d0cffc
.github/workflows/remote_config_pr.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Checkout to remote_config_update_branch
34
run: |
35
git fetch origin
36
- git checkout "$REMOTE_CONFIG_BRANCH" || git checkout -b "$REMOTE_CONFIG_BRANCH" origin/"$REMOTE_CONFIG_BRANCH"
+ git checkout -B "$REMOTE_CONFIG_BRANCH"
37
shell: bash
38
- name: Download Remote Config Backup File
39
uses: ./.github/actions/download_remote_config_backup
0 commit comments