From 275cbd1995b5b970ea3c4753fcf32ae7a0a22dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa?= Date: Fri, 24 Jan 2025 12:39:57 +0100 Subject: [PATCH] fix(docs): remove extra space in variable syntax in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb717e..a0518e7 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ jobs: GH_TOKEN: ${{ steps.app-token.outputs.token }} - id: committer run: echo "string=${{ steps.app-token.outputs.app-slug }}[bot] <${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>" >> "$GITHUB_OUTPUT" - - run: echo "committer string is ${ {steps.committer.outputs.string }}" + - run: echo "committer string is ${{ steps.committer.outputs.string }}" ``` ### Configure git CLI for an app's bot user