Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt authored Jan 25, 2023
1 parent 4019bf6 commit 2fd54ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GitHub Action that posts a message to a Slack channel

### `token`

**Required** The Slack auth token
**Optional** The Slack auth token. This is only required if environment variable `SLACK_BOT_TOKEN` is not set.

### `channel`

Expand All @@ -24,5 +24,5 @@ GitHub Action that posts a message to a Slack channel
with:
token: ${{ secrets.SLACK_API_TOKEN }}
channel: "#general"
text: ":tada: This is a test from the ${{env.GITHUB_ACTION}} workflow! <https://github.com/ynab/slack-post-message-action|Action Documentation>"
```
text: ":tada: This is a test from the $GITHUB_ACTION} workflow! <https://github.com/ynab/slack-post-message-action|Action Documentation>"
```

0 comments on commit 2fd54ce

Please sign in to comment.