File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
# Use app name in the environment variable named "BOT_NAME"
85
85
GIT_AUTHOR_NAME : ${{ env.BOT_NAME }}[bot]
86
86
GIT_AUTHOR_EMAIL : ${{ env.BOT_NAME }}[bot]@users.noreply.github.com
87
- GIT_COMMITTER_NAME : ${{ env.BOT_NAME }}
88
- GIT_COMMITTER_EMAIL : ${{ env.BOT_NAME }}@users.noreply.github.com
87
+ GIT_COMMITTER_NAME : ${{ env.BOT_NAME }}[bot]
88
+ GIT_COMMITTER_EMAIL : ${{ env.BOT_NAME }}[bot] @users.noreply.github.com
89
89
90
90
91
91
```
@@ -111,8 +111,8 @@ jobs:
111
111
env :
112
112
GIT_AUTHOR_NAME : ${{ secrets.BOT_NAME }}[bot]
113
113
GIT_AUTHOR_EMAIL : ${{ secrets.BOT_NAME }}[bot]@users.noreply.github.com
114
- GIT_COMMITTER_NAME : ${{ secrets.BOT_NAME }}
115
- GIT_COMMITTER_EMAIL : ${{ secrets.BOT_NAME }}@users.noreply.github.com
114
+ GIT_COMMITTER_NAME : ${{ secrets.BOT_NAME }}[bot]
115
+ GIT_COMMITTER_EMAIL : ${{ secrets.BOT_NAME }}[bot] @users.noreply.github.com
116
116
` ` `
117
117
118
118
### Inputs
You can’t perform that action at this time.
0 commit comments