Skip to content

Commit

Permalink
Merge pull request rohitinu6#195 from MCAHITK-MINOR-PROJECT/patch-7
Browse files Browse the repository at this point in the history
Update update_leaderboard.yml
  • Loading branch information
jvedsaqib authored Oct 26, 2024
2 parents 9699bb2 + d647e83 commit fbcf275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit fbcf275

Please sign in to comment.