We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a198e92 commit b82f0feCopy full SHA for b82f0fe
1 file changed
.github/workflows/leaderboard.yml
@@ -36,7 +36,7 @@ jobs:
36
git config user.name "github-actions[bot]"
37
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
38
39
- git add public/leaderboard.json
+ git add apps/web/public/leaderboard.json
40
41
if git diff --staged --quiet; then
42
echo "No changes to commit"
0 commit comments