build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.3.2 (#24337)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
715192db5d
commit
64200a3dd0
4
.github/workflows/sims-045.yml
vendored
4
.github/workflows/sims-045.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
|
||||
- name: Notify Slack on success
|
||||
if: ${{ steps.last_status.outputs.last_status == 'failure' }}
|
||||
uses: rtCamp/action-slack-notify@v2.2.0
|
||||
uses: rtCamp/action-slack-notify@v2.3.2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: sdk-sims
|
||||
@ -134,7 +134,7 @@ jobs:
|
||||
if: ${{ failure() }}
|
||||
steps:
|
||||
- name: Notify Slack on failure
|
||||
uses: rtCamp/action-slack-notify@v2.2.0
|
||||
uses: rtCamp/action-slack-notify@v2.3.2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: sdk-sims
|
||||
|
||||
4
.github/workflows/sims-046.yml
vendored
4
.github/workflows/sims-046.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
|
||||
- name: Notify Slack on success
|
||||
if: ${{ steps.last_status.outputs.last_status == 'failure' }}
|
||||
uses: rtCamp/action-slack-notify@v2.2.0
|
||||
uses: rtCamp/action-slack-notify@v2.3.2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: sdk-sims
|
||||
@ -134,7 +134,7 @@ jobs:
|
||||
if: ${{ failure() }}
|
||||
steps:
|
||||
- name: Notify Slack on failure
|
||||
uses: rtCamp/action-slack-notify@v2.2.0
|
||||
uses: rtCamp/action-slack-notify@v2.3.2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: sdk-sims
|
||||
|
||||
4
.github/workflows/sims-047.yml
vendored
4
.github/workflows/sims-047.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
|
||||
- name: Notify Slack on success
|
||||
if: ${{ steps.last_status.outputs.last_status == 'failure' }}
|
||||
uses: rtCamp/action-slack-notify@v2.2.0
|
||||
uses: rtCamp/action-slack-notify@v2.3.2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: sdk-sims
|
||||
@ -134,7 +134,7 @@ jobs:
|
||||
if: ${{ failure() }}
|
||||
steps:
|
||||
- name: Notify Slack on failure
|
||||
uses: rtCamp/action-slack-notify@v2.2.0
|
||||
uses: rtCamp/action-slack-notify@v2.3.2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
SLACK_CHANNEL: sdk-sims
|
||||
|
||||
Loading…
Reference in New Issue
Block a user