File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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 .0
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 .0
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 @@ -133,7 +133,7 @@ jobs:
133133 if : success()
134134 steps :
135135 - name : Mattermost Notification
136- uses : rtCamp/action-slack-notify@v2.2 .0
136+ uses : rtCamp/action-slack-notify@v2.3 .0
137137 env :
138138 SLACK_USERNAME : ${{ github.event.repository.name }}
139139 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
@@ -147,7 +147,7 @@ jobs:
147147 if : failure()
148148 steps :
149149 - name : Mattermost Notification
150- uses : rtCamp/action-slack-notify@v2.2 .0
150+ uses : rtCamp/action-slack-notify@v2.3 .0
151151 env :
152152 SLACK_USERNAME : ${{ github.event.repository.name }}
153153 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
Original file line number Diff line number Diff line change 5555 needs : [deploy]
5656 steps :
5757 - name : Mattermost Notification
58- uses : rtCamp/action-slack-notify@v2.2 .0
58+ uses : rtCamp/action-slack-notify@v2.3 .0
5959 env :
6060 SLACK_USERNAME : ${{ github.event.repository.name }}
6161 SLACK_WEBHOOK : ${{ secrets.mm-webhook-url }}
You can’t perform that action at this time.
0 commit comments