Skip to content

Commit 6d2d5bf

Browse files
authored
Merge pull request kubernetes-sigs#2448 from sbueringer/pr-fix-mail
🌱 Fix mail of dependabot action commit
2 parents 7cfd07f + df5b366 commit 6d2d5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
name: Commit changes
3131
with:
3232
author_name: dependabot[bot]
33-
author_email: support@github.com
33+
author_email: 49699333+dependabot[bot]@users.noreply.github.com
3434
default_author: github_actor
3535
message: 'Update generated code'

0 commit comments

Comments
 (0)