From 58e0e6d073a6dc06ae1b7752f4bf373c0e12c77f Mon Sep 17 00:00:00 2001 From: Sarah Jiang Date: Mon, 13 Dec 2021 13:41:00 -0800 Subject: [PATCH] clarify user id vs name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a90b3bd..e19f27cf 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Add this Action as a [step][job-step] to your project's GitHub Action Workflow f id: slack uses: slackapi/slack-github-action@v1.16.0 with: - channel-id: 'CHANNEL_ID' # Slack channel id or name to post message. https://api.slack.com/methods/chat.postMessage#channels + channel-id: 'CHANNEL_ID' # Slack channel id or user id to post message. https://api.slack.com/methods/chat.postMessage#channels slack-message: 'posting from a github action!' env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}