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 c804609 commit c27bf2fCopy full SHA for c27bf2f
.github/workflows/check-changelog.yml
@@ -47,6 +47,6 @@ jobs:
47
- name: Push changes to CHANGELOG.md
48
if: ${{ github.repository == 'pmd/pmd-github-action' && env.changelog == 'outdated' }}
49
run: |
50
- git config --local user.email "<>"
51
- git config --local user.name "GitHub Actions Bot"
+ git config --local user.email "[email protected]"
+ git config --local user.name "GitHub Actions (pmd-bot)"
52
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && git push origin main
0 commit comments