docs(README): fix typo (#186)
This commit is contained in:
@@ -111,7 +111,7 @@ jobs:
|
|||||||
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||||
- run: |
|
- run: |
|
||||||
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
|
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
|
||||||
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
|
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
|
||||||
# git commands like commit work using the bot user
|
# git commands like commit work using the bot user
|
||||||
- run: |
|
- run: |
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user