Changed stats updator script directory in workflow

This commit is contained in:
Lucas
2025-04-06 11:34:11 -07:00
parent f51ba6c677
commit c69a983fa4

View File

@@ -29,7 +29,7 @@ jobs:
env:
GH_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python .source/scripts/maintenance/stats_updator.py
python source/scripts/maintenance/stats_updator.py
- name: Commit changes
run: |