Skip to content

Commit

Permalink
Pass 'update-config-rules' argument to Python script
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonce committed Jun 5, 2024
1 parent a48191d commit 5fff901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
cd scripts
pip install -r requirements.txt
python index.py
python index.py update-config-rules
- name: Get changed files
id: changed-files
Expand Down

0 comments on commit 5fff901

Please sign in to comment.