Skip to content

Commit 35b6930

Browse files
authored
Merge pull request #730 from increments/dependabot/github_actions/slackapi/slack-github-action-1.26.0
Bump slackapi/slack-github-action from 1.25.0 to 1.26.0
2 parents bc36f2d + d97226d commit 35b6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify_slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
if: github.event.discussion && github.event.comment
1111
steps:
12-
- uses: slackapi/slack-github-action@v1.25.0
12+
- uses: slackapi/slack-github-action@v1.26.0
1313
with:
1414
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
1515
slack-message: "Created discussion comment: ${{ github.event.comment.html_url }}"

0 commit comments

Comments
 (0)