You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested in #41, this action could support the following syntax of user-id for improved clarity. Currently channel-id accepts either a Slack CHANNEL_ID or USER_ID.
- name: Post to a Slack channel
id: slack
uses: slackapi/slack-github-action@v1.16.0
with:
user-id: 'USER_ID' # currently channel-id field accepts either CHANNEL_ID or USER_ID
slack-message: 'posting from a github action!'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Related to
What type of issue is this? (place an x in one of the [ ])
bug
enhancement (feature request)
question
documentation related
example code related
testing related
discussion
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
Description
As suggested in #41, this action could support the following syntax of
user-id
for improved clarity. Currently channel-id accepts either a Slack CHANNEL_ID or USER_ID.Related to
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version:
node version:
OS version(s):
Steps to reproduce:
Expected result:
What you expected to happen
Actual result:
What actually happened
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
The text was updated successfully, but these errors were encountered: