Skip to content

Commit

Permalink
USe pmd-bot's identity for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Feb 10, 2022
1 parent c804609 commit c27bf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- name: Push changes to CHANGELOG.md
if: ${{ github.repository == 'pmd/pmd-github-action' && env.changelog == 'outdated' }}
run: |
git config --local user.email "<>"
git config --local user.name "GitHub Actions Bot"
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions (pmd-bot)"
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && git push origin main

0 comments on commit c27bf2f

Please sign in to comment.