Skip to content

Commit

Permalink
change checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-deriv committed Oct 25, 2024
1 parent 558250f commit 8d0cffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remote_config_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d0cffc

Please sign in to comment.