Skip to content

Commit

Permalink
docs(readme): adjust whitespace in env assignment (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo9mv committed Mar 20, 2024
1 parent cb3763e commit d4358d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit d4358d2

Please sign in to comment.