We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b6930 commit f6d7b25Copy full SHA for f6d7b25
.github/workflows/notify_slack.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 5
10
if: github.event.discussion && github.event.comment
11
steps:
12
- - uses: slackapi/slack-github-action@v1.26.0
+ - uses: slackapi/slack-github-action@v2.0.0
13
with:
14
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
15
slack-message: "Created discussion comment: ${{ github.event.comment.html_url }}"
0 commit comments