Skip to content

Commit

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

Bump rtCamp/action-slack-notify from 2.2.0 to 2.3.0
  • Loading branch information
mfitz authored Aug 16, 2024
2 parents 1845826 + 0fbb384 commit fd3d719
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/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.0
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/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.0
env:
SLACK_COLOR: '#FF0000'
SLACK_LINK_NAMES: true
Expand Down

0 comments on commit fd3d719

Please sign in to comment.