From 46557e945594a5be05d28b5da62b16063b2f4540 Mon Sep 17 00:00:00 2001 From: hansjoergventx Date: Sat, 21 Oct 2023 23:02:19 +0200 Subject: [PATCH] chore: use ventx-bot git config for commiting README --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 82609fd..6e800c2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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