Refactored source/scripts into core/source

This commit is contained in:
Lucas
2026-01-01 21:13:49 -08:00
parent 21d6a6787e
commit afbb4d1352
38 changed files with 43 additions and 43 deletions

View File

@@ -34,12 +34,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python source/scripts/maintenance/stats_updator.py
python core/source/maintenance/stats_updator.py
- name: Commit changes
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add source/data/dynamic/applications.json
git add core/data/dynamic/applications.json
git commit -m "Auto-update GitHub metadata" || echo "No changes to commit"
git push