Skip to content

Commit

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

Bump rtCamp/action-slack-notify from 2.3.0 to 2.3.1
  • Loading branch information
mfitz authored Oct 21, 2024
2 parents fcfe868 + b100a76 commit ec0c263
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.3.0
uses: rtCamp/action-slack-notify@v2.3.1
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.3.0
uses: rtCamp/action-slack-notify@v2.3.1
env:
SLACK_COLOR: '#FF0000'
SLACK_LINK_NAMES: true
Expand Down

0 comments on commit ec0c263

Please sign in to comment.