We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b915b2 + d8d48a9 commit 5a86b33Copy full SHA for 5a86b33
.github/workflows/remote_config_pr.yml
@@ -36,7 +36,7 @@ jobs:
36
git checkout "$REMOTE_CONFIG_BRANCH" || git checkout -b "$REMOTE_CONFIG_BRANCH" origin/"$REMOTE_CONFIG_BRANCH"
37
shell: bash
38
- name: Download Remote Config Backup File
39
- uses: ./.github/actions/download_remote_config_backup
+ uses: .github/actions/download_remote_config_backup
40
with:
41
REMOTE_CONFIG_URL: ${{ vars.REMOTE_CONFIG_URL }}
42
0 commit comments