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