Skip to content

Commit 976f220

Browse files
authored
Fix github-actions[bot] email address (#264)
1 parent ebb5756 commit 976f220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following is an extended example with all available options.
5353

5454
# Optional commit user and author settings
5555
commit_user_name: My GitHub Actions Bot # defaults to "github-actions[bot]"
56-
commit_user_email: my-github-actions-bot@example.org # defaults to "github-actions[bot]@users.noreply.github.com"
56+
commit_user_email: my-github-actions-bot@example.org # defaults to "41898282+github-actions[bot]@users.noreply.github.com"
5757
commit_author: Author <actions@github.com> # defaults to author of the commit that triggered the run
5858

5959
# Optional. Tag name being created in the local repository and

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
commit_user_email:
4040
description: Email address used for the commit user
4141
required: false
42-
default: github-actions[bot]@users.noreply.github.com
42+
default: 41898282+github-actions[bot]@users.noreply.github.com
4343
commit_author:
4444
description: Value used for the commit author. Defaults to the username of whoever triggered this workflow run.
4545
required: false

0 commit comments

Comments
 (0)