diff --git a/.github/workflows/remote_config_pr.yml b/.github/workflows/remote_config_pr.yml index 7c6f5e343a4..68e77b1a67a 100644 --- a/.github/workflows/remote_config_pr.yml +++ b/.github/workflows/remote_config_pr.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout to remote_config_update_branch run: | git fetch origin - git checkout "$REMOTE_CONFIG_BRANCH" || git checkout -b "$REMOTE_CONFIG_BRANCH" origin/"$REMOTE_CONFIG_BRANCH" + git checkout -B "$REMOTE_CONFIG_BRANCH" shell: bash - name: Download Remote Config Backup File uses: ./.github/actions/download_remote_config_backup