Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- add docs for `unfurl_links` input
- reference v1.3 of action in example
  • Loading branch information
dbertram authored Nov 26, 2024
1 parent 1627f99 commit 7c1c3f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ GitHub Action that posts a message to a Slack channel

**Required** The message text to post

### `unfurl_links`

**Optional** Whether links in the message should be unfurled (default: `true`)

## Outputs

### `ts`
Expand All @@ -30,7 +34,7 @@ The timestamp ID of the message (can be used to make subsequent Slack messages a

```yaml
- name: Post Slack message
uses: ynab/slack-post-message-action@v1.2
uses: ynab/slack-post-message-action@v1.3
with:
token: ${{ secrets.SLACK_API_TOKEN }}
channel: "#general"
Expand Down

0 comments on commit 7c1c3f0

Please sign in to comment.