Skip to content

Commit

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

Bump slackapi/slack-github-action from 1.23.0 to 1.24.0
  • Loading branch information
kyntk committed Jun 8, 2023
2 parents 604a280 + d629f38 commit 82ab1f5
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.23.0
- uses: slackapi/slack-github-action@v1.24.0
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: "Created discussion comment: ${{ github.event.comment.html_url }}"
Expand Down

0 comments on commit 82ab1f5

Please sign in to comment.