Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify user id vs name #42

Merged
merged 1 commit into from
Dec 13, 2021
Merged

Conversation

srajiang
Copy link
Member

@srajiang srajiang commented Dec 13, 2021

Summary

As shown in #40 - Since we don't support usernames (rather user ids), this tweak clarifies the usage instructions.

Requirements (place an x in each [ ])

@srajiang srajiang added the enhancement New feature or request label Dec 13, 2021
@srajiang srajiang added this to the 1.17 milestone Dec 13, 2021
@srajiang srajiang merged commit 257cf49 into slackapi:main Dec 13, 2021
@srajiang srajiang deleted the srajiang-patch-1 branch December 13, 2021 21:48
@@ -69,7 +69,7 @@ Add this Action as a [step][job-step] to your project's GitHub Action Workflow f
id: slack
uses: slackapi/[email protected]
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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's nice to document one can use user ID, but this action also accepts a channel name (general) and does not require a channel ID, as this update suggests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants