Update rtCamp/action-slack-notify action to v2.3.2

This commit is contained in:
renovate[bot] 2024-10-23 07:14:58 +00:00 committed by GitHub
parent 36b504fdbe
commit 94aa23233d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: Mattermost Notification
if: always()
uses: rtCamp/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.2
env:
SLACK_USERNAME: ${{ github.event.repository.name }}
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

View File

@ -53,7 +53,7 @@ jobs:
- name: Mattermost Notification
if: always()
uses: rtCamp/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.2
env:
SLACK_USERNAME: ${{ github.event.repository.name }}
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

View File

@ -133,7 +133,7 @@ jobs:
if: success()
steps:
- name: Mattermost Notification
uses: rtCamp/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.2
env:
SLACK_USERNAME: ${{ github.event.repository.name }}
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}
@ -147,7 +147,7 @@ jobs:
if: failure()
steps:
- name: Mattermost Notification
uses: rtCamp/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.2
env:
SLACK_USERNAME: ${{ github.event.repository.name }}
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

View File

@ -55,7 +55,7 @@ jobs:
needs: [deploy]
steps:
- name: Mattermost Notification
uses: rtCamp/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.2
env:
SLACK_USERNAME: ${{ github.event.repository.name }}
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

View File

@ -33,7 +33,7 @@ jobs:
- name: Mattermost Notification
if: always()
uses: rtCamp/action-slack-notify@v2.2.0
uses: rtCamp/action-slack-notify@v2.3.2
env:
SLACK_USERNAME: ${{ github.event.repository.name }}
SLACK_WEBHOOK: ${{ secrets.mm-sa-wh-url }}