Skip to content

Commit

Permalink
Merge pull request #329 from increments/dependabot/github_actions/sla…
Browse files Browse the repository at this point in the history
…ckapi/slack-github-action-1.23.0

Bump slackapi/slack-github-action from 1.22.0 to 1.23.0
  • Loading branch information
mziyut authored Feb 17, 2023
2 parents c1cd348 + feac88d commit 604a280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5
if: github.event.discussion && github.event.comment
steps:
- uses: slackapi/slack-github-action@v1.22.0
- uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: "Created discussion comment: ${{ github.event.comment.html_url }}"
Expand Down

0 comments on commit 604a280

Please sign in to comment.