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.
2 parents bc36f2d + d97226d commit 35b6930Copy full SHA for 35b6930
.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.25.0
+ - uses: slackapi/slack-github-action@v1.26.0
13
with:
14
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
15
slack-message: "Created discussion comment: ${{ github.event.comment.html_url }}"
0 commit comments