Skip to content

Commit f00334f

Browse files
authored
docs: usage of "BOT_NAME"
1 parent da0bb35 commit f00334f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
# Use app name in the environment variable named "BOT_NAME"
8585
GIT_AUTHOR_NAME: ${{ env.BOT_NAME }}[bot]
8686
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
8989

9090

9191
```
@@ -111,8 +111,8 @@ jobs:
111111
env:
112112
GIT_AUTHOR_NAME: ${{ secrets.BOT_NAME }}[bot]
113113
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
116116
```
117117
118118
### Inputs

0 commit comments

Comments
 (0)