Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Jul 30, 2024
1 parent 869b789 commit ef3f87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-update-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef3f87d

Please sign in to comment.