Skip to content

Commit

Permalink
chore: use github-actions no-reply email, show parsable git status to…
Browse files Browse the repository at this point in the history
… show what will be committed
  • Loading branch information
hansjoergventx committed Oct 21, 2023
1 parent db775b2 commit 151d5c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ jobs:

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

0 comments on commit 151d5c6

Please sign in to comment.