From 6f9957685a40c3eba74a53b3c6383269c4287264 Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Fri, 20 Dec 2024 00:20:55 +0000 Subject: [PATCH] docs(README): fix typo (#186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f129b79..5fb717e 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ jobs: GH_TOKEN: ${{ steps.app-token.outputs.token }} - run: | 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 - run: | git add .