From 7c1c3f0ce323ce453ba04cd060424e7335faecd1 Mon Sep 17 00:00:00 2001 From: Dane Bertram Date: Tue, 26 Nov 2024 08:45:03 -0500 Subject: [PATCH] Update README.md - add docs for `unfurl_links` input - reference v1.3 of action in example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78684a1..250bc01 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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"