We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81f3f1 commit 4ade04eCopy full SHA for 4ade04e
.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.0.0
+ uses: slackapi/slack-github-action@v2.1.0
21
with:
22
errors: true
23
method: chat.postMessage
0 commit comments