From d4358d2ffe2208c28e9366280dede1bb16470b44 Mon Sep 17 00:00:00 2001 From: Paulo Viana Date: Wed, 20 Mar 2024 18:37:26 -0400 Subject: [PATCH] docs(readme): adjust whitespace in env assignment (#296) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fa17c6a..b225c09c 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Please note that **the message update step does not accept a channel name.** Set ] } env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN}} + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: slackapi/slack-github-action@v1.25.0 with: # Unlike the step posting a new message, this step does not accept a channel name. @@ -191,7 +191,7 @@ Please note that **the message update step does not accept a channel name.** Set ] } env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN}} + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} ``` ### Technique 3: Slack Incoming Webhook