File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The following is an extended example with all available options.
53
53
54
54
# Optional commit user and author settings
55
55
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"
57
57
commit_author : Author <actions@github.com> # defaults to author of the commit that triggered the run
58
58
59
59
# Optional. Tag name being created in the local repository and
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ inputs:
39
39
commit_user_email :
40
40
description : Email address used for the commit user
41
41
required : false
42
- default : github-actions[bot]@users.noreply.github.com
42
+ default : 41898282+ github-actions[bot]@users.noreply.github.com
43
43
commit_author :
44
44
description : Value used for the commit author. Defaults to the username of whoever triggered this workflow run.
45
45
required : false
You can’t perform that action at this time.
0 commit comments