Skip to content

Commit 0080e2f

Browse files
Merge pull request #844 from henry-deriv/henry/workflow-to-create-PR-for-remote-config-staging
Henry/workflow to create pr for remote config staging
2 parents a0b5e6b + e98bf5f commit 0080e2f

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)