From df5b366ddb6bd620d35b2b910f03283b61b76a26 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Tue, 15 Aug 2023 16:02:55 +0200 Subject: [PATCH] Fix mail of dependabot action commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- .github/workflows/pr-dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-dependabot.yaml b/.github/workflows/pr-dependabot.yaml index a6bfba2803..89f3aef76d 100644 --- a/.github/workflows/pr-dependabot.yaml +++ b/.github/workflows/pr-dependabot.yaml @@ -30,6 +30,6 @@ jobs: name: Commit changes with: author_name: dependabot[bot] - author_email: support@github.com + author_email: 49699333+dependabot[bot]@users.noreply.github.com default_author: github_actor message: 'Update generated code'