Skip to content

Commit 6f99576

Browse files
authored
docs(README): fix typo (#186)
1 parent 25cc3bd commit 6f99576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
GH_TOKEN: ${{ steps.app-token.outputs.token }}
112112
- run: |
113113
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
114-
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
114+
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
115115
# git commands like commit work using the bot user
116116
- run: |
117117
git add .

0 commit comments

Comments
 (0)