From b21b86fccaa8d486e3980e98cea2ecda2d58d835 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:42:07 -0800 Subject: [PATCH] Removed /core in git add --- .github/workflows/update-stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-stats.yml b/.github/workflows/update-stats.yml index 3be1088..c6f6372 100644 --- a/.github/workflows/update-stats.yml +++ b/.github/workflows/update-stats.yml @@ -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