Skip to content

Commit

Permalink
Bump slackapi/slack-github-action from 1.27.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.27.0...v2.0.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 1deb925 commit bddbeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
steps:
- name: Send failure message to Slack
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v2.0.0
if: ${{ ! inputs.workflow_success }}
with:
# For posting a rich message using Block Kit
Expand All @@ -44,7 +44,7 @@ jobs:
]
}
- name: Send success message to Slack
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v2.0.0
if: ${{ inputs.workflow_success }}
with:
payload: |
Expand Down

0 comments on commit bddbeee

Please sign in to comment.