Removed /core in git add

This commit is contained in:
Lucas
2026-01-15 11:42:07 -08:00
parent d01ea73d1b
commit b21b86fcca

View File

@@ -38,6 +38,6 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add core/data/dynamic/applications.json
git add data/dynamic/applications.json
git commit -m "Auto-update GitHub metadata" || echo "No changes to commit"
git push