diff --git a/.github/workflows/github-actions-update-rules.yml b/.github/workflows/github-actions-update-rules.yml index 68f1eaf816..3ef8e90f9e 100644 --- a/.github/workflows/github-actions-update-rules.yml +++ b/.github/workflows/github-actions-update-rules.yml @@ -42,7 +42,7 @@ jobs: COMMIT_SHA=abbc09da7f92f176a669e72d52653b80f074c12e if [[ "${{ github.event.label.name }}" == "Update Rules Overwrite" ]]; then echo "Calling updateRules.py with overwrite." - python flow/util/updateRules.py --keyFile "${CREDS_FILE}" \ + python flow/util/updateRules.py --keyFile ${CREDS_FILE} \ --apiURL "${API_BASE_URL}" \ --commitSHA "${COMMIT_SHA}" \ --overwrite