diff --git a/.github/workflows/update-rules.yaml b/.github/workflows/update-rules.yaml index 522ea1d..5088891 100644 --- a/.github/workflows/update-rules.yaml +++ b/.github/workflows/update-rules.yaml @@ -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