Skip to content

Commit

Permalink
Merge pull request #844 from henry-deriv/henry/workflow-to-create-PR-…
Browse files Browse the repository at this point in the history
…for-remote-config-staging

Henry/workflow to create pr for remote config staging
  • Loading branch information
ali-hosseini-deriv authored Oct 25, 2024
2 parents a0b5e6b + e98bf5f commit 0080e2f
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 0080e2f

Please sign in to comment.