Skip to content

Commit c27bf2f

Browse files
committed
USe pmd-bot's identity for commits
1 parent c804609 commit c27bf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
- name: Push changes to CHANGELOG.md
4848
if: ${{ github.repository == 'pmd/pmd-github-action' && env.changelog == 'outdated' }}
4949
run: |
50-
git config --local user.email "<>"
51-
git config --local user.name "GitHub Actions Bot"
50+
git config --local user.email "[email protected]"
51+
git config --local user.name "GitHub Actions (pmd-bot)"
5252
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && git push origin main

0 commit comments

Comments
 (0)