From 9518aa33955951a6e965bdf9d22ba8d8d5bcae93 Mon Sep 17 00:00:00 2001 From: Harshit Date: Tue, 23 Jun 2026 13:12:08 +0530 Subject: [PATCH] fix(actions): correct leaderboard.json path in workflow --- .github/workflows/leaderboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/leaderboard.yml b/.github/workflows/leaderboard.yml index 11f7787b..3152a895 100644 --- a/.github/workflows/leaderboard.yml +++ b/.github/workflows/leaderboard.yml @@ -36,7 +36,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add public/leaderboard.json + git add apps/web/public/leaderboard.json if git diff --staged --quiet; then echo "No changes to commit"