Skip to content

Commit

Permalink
Merge pull request #54 from arup-group/dependabot/github_actions/rtCa…
Browse files Browse the repository at this point in the history
…mp/action-slack-notify-2.3.2

Bump rtCamp/action-slack-notify from 2.3.1 to 2.3.2
  • Loading branch information
mfitz authored Oct 28, 2024
2 parents ec0c263 + 81a76ae commit 691b1dc
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 691b1dc

Please sign in to comment.