Skip to content

Commit 5a86b33

Browse files
Merge pull request #838 from henry-deriv/henry/workflow-to-create-PR-for-remote-config-staging
Henry/workflow to create pr for remote config staging
2 parents 8b915b2 + d8d48a9 commit 5a86b33

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
@@ -36,7 +36,7 @@ jobs:
3636
git checkout "$REMOTE_CONFIG_BRANCH" || git checkout -b "$REMOTE_CONFIG_BRANCH" origin/"$REMOTE_CONFIG_BRANCH"
3737
shell: bash
3838
- name: Download Remote Config Backup File
39-
uses: ./.github/actions/download_remote_config_backup
39+
uses: .github/actions/download_remote_config_backup
4040
with:
4141
REMOTE_CONFIG_URL: ${{ vars.REMOTE_CONFIG_URL }}
4242

0 commit comments

Comments
 (0)