Skip to content

Commit

Permalink
Use Quill bot as author for CHANGELOG updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed May 13, 2024
1 parent de1afe1 commit 4d5bb45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v4
- uses: fregante/setup-git-user@v2
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "quill-bot"
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4d5bb45

Please sign in to comment.