Skip to content

Commit

Permalink
Bump rtCamp/action-slack-notify from 2.3.1 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/rtcamp/action-slack-notify/releases)
- [Commits](rtCamp/action-slack-notify@v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: rtCamp/action-slack-notify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent ec0c263 commit 81a76ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Send build success notification
if: inputs.result == 'success'
uses: rtCamp/[email protected].1
uses: rtCamp/[email protected].2
env:
SLACK_MESSAGE: ${{ github.repository }} ${{ inputs.message }} ${{ github.run_number }} has succeeded
SLACK_TITLE: Build Success
Expand All @@ -35,7 +35,7 @@ jobs:

- name: Send build failure notification
if: inputs.result == 'failure'
uses: rtCamp/[email protected].1
uses: rtCamp/[email protected].2
env:
SLACK_COLOR: '#FF0000'
SLACK_LINK_NAMES: true
Expand Down

0 comments on commit 81a76ae

Please sign in to comment.