Skip to content

Commit

Permalink
chore: use ventx-bot git config for commiting README
Browse files Browse the repository at this point in the history
  • Loading branch information
hansjoergventx committed Oct 21, 2023
1 parent 74f2914 commit 46557e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:

- name: Commit files
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "bot@ventx.de"
git config --local user.name "ventx-bot"
git commit -a -m "[skip ci] Update README.md and terraform-docs"
- name: Push changes
Expand Down

0 comments on commit 46557e9

Please sign in to comment.