We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a418a commit 820e7bdCopy full SHA for 820e7bd
.github/workflows/SEND_MESSAGE.yml
@@ -20,7 +20,7 @@ jobs:
20
id: report
21
run: echo "message=$(node ./bin/cli.js --format=slack)" >> "$GITHUB_OUTPUT"
22
- name: Post to a Slack channel
23
- uses: slackapi/slack-github-action@v2
+ uses: slackapi/slack-github-action@v3
24
with:
25
method: chat.postMessage
26
token: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments