Fixed wrong directory in status workflow

This commit is contained in:
Lucas
2025-11-12 09:57:42 -08:00
parent eb01e450e6
commit 1310f87ed1

View File

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