File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 - name : Mattermost Notification
5252 if : always()
53- uses : rtCamp/action-slack-notify@v2.2.0
53+ uses : rtCamp/action-slack-notify@v2.3.3
5454 env :
5555 SLACK_USERNAME : ${{ github.event.repository.name }}
5656 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
Original file line number Diff line number Diff line change 5353
5454 - name : Mattermost Notification
5555 if : always()
56- uses : rtCamp/action-slack-notify@v2.2.0
56+ uses : rtCamp/action-slack-notify@v2.3.3
5757 env :
5858 SLACK_USERNAME : ${{ github.event.repository.name }}
5959 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 if : success()
136136 steps :
137137 - name : Mattermost Notification
138- uses : rtCamp/action-slack-notify@v2.2.0
138+ uses : rtCamp/action-slack-notify@v2.3.3
139139 env :
140140 SLACK_USERNAME : ${{ github.event.repository.name }}
141141 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
@@ -149,7 +149,7 @@ jobs:
149149 if : failure()
150150 steps :
151151 - name : Mattermost Notification
152- uses : rtCamp/action-slack-notify@v2.2.0
152+ uses : rtCamp/action-slack-notify@v2.3.3
153153 env :
154154 SLACK_USERNAME : ${{ github.event.repository.name }}
155155 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
Original file line number Diff line number Diff line change 5757 needs : [deploy]
5858 steps :
5959 - name : Mattermost Notification
60- uses : rtCamp/action-slack-notify@v2.2.0
60+ uses : rtCamp/action-slack-notify@v2.3.3
6161 env :
6262 SLACK_USERNAME : ${{ github.event.repository.name }}
6363 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
Original file line number Diff line number Diff line change 3333
3434 - name : Mattermost Notification
3535 if : always()
36- uses : rtCamp/action-slack-notify@v2.2.0
36+ uses : rtCamp/action-slack-notify@v2.3.3
3737 env :
3838 SLACK_USERNAME : ${{ github.event.repository.name }}
3939 SLACK_WEBHOOK : ${{ secrets.mm-sa-wh-url }}
You can’t perform that action at this time.
0 commit comments