Skip to content

Commit

Permalink
ci: set author to github-actions[bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvx committed Nov 22, 2023
1 parent 09a2554 commit f28f97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
add: 'CHANGELOG.md'
author_name: johanvx
author_email: 61529310+johanvx@users.noreply.github.com
author_name: github-actions[bot]
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: "release: update changelog for ${{ needs.check-version.outputs.version }} release"
- name: Add tag
uses: mathieudutour/github-tag-action@v6.1
Expand Down

0 comments on commit f28f97a

Please sign in to comment.