We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b6216 commit f01733eCopy full SHA for f01733e
1 file changed
.github/workflows/slack-send-message.yml
@@ -17,7 +17,7 @@ jobs:
17
SLACK_CHANNEL: ${{ inputs.channel-or-user }} # sanitize user inputs
18
steps:
19
- name: Send message to Slack
20
- uses: slackapi/slack-github-action@v2.1.1
+ uses: slackapi/slack-github-action@v3.0.1
21
with:
22
errors: true
23
method: chat.postMessage
0 commit comments