diff --git a/.github/workflows/update_leaderboard.yml b/.github/workflows/update_leaderboard.yml index f7b6053..758364b 100644 --- a/.github/workflows/update_leaderboard.yml +++ b/.github/workflows/update_leaderboard.yml @@ -36,7 +36,7 @@ jobs: - name: Commit and push changes run: | git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git add leaderboard.md || echo "No changes to commit" # Prevent errors if there's nothing to commit git commit -m "Update leaderboard" || echo "No changes to commit" git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} || echo "Nothing to push"