File tree 7 files changed +11
-10
lines changed
7 files changed +11
-10
lines changed Original file line number Diff line number Diff line change
1
+ 2023-08-01T03:57:21.032Z
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ jobs:
349
349
350
350
# Send status to Slack channel if job fails:
351
351
- name : ' Send status to Slack channel in case of failure'
352
- uses : act10ns/slack@v1
352
+ uses : act10ns/slack@v2
353
353
with :
354
354
status : ${{ job.status }}
355
355
steps : ${{ toJson(steps) }}
@@ -520,7 +520,7 @@ jobs:
520
520
521
521
# Send status to Slack channel if job fails:
522
522
- name : ' Send status to Slack channel in case of failure'
523
- uses : act10ns/slack@v1
523
+ uses : act10ns/slack@v2
524
524
with :
525
525
status : ${{ job.status }}
526
526
steps : ${{ toJson(steps) }}
@@ -697,7 +697,7 @@ jobs:
697
697
698
698
# Send status to Slack channel if job fails:
699
699
- name : ' Send status to Slack channel in case of failure'
700
- uses : act10ns/slack@v1
700
+ uses : act10ns/slack@v2
701
701
with :
702
702
status : ${{ job.status }}
703
703
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209
209
210
210
# Send status to Slack channel if job fails:
211
211
- name : ' Send status to Slack channel in case of failure'
212
- uses : act10ns/slack@v1
212
+ uses : act10ns/slack@v2
213
213
with :
214
214
status : ${{ job.status }}
215
215
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change 89
89
90
90
# Send status to Slack channel if job fails:
91
91
- name : ' Send status to Slack channel in case of failure'
92
- uses : act10ns/slack@v1
92
+ uses : act10ns/slack@v2
93
93
with :
94
94
status : ${{ job.status }}
95
95
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change 88
88
89
89
# Send notification to Slack channel if job fails:
90
90
- name : ' Send status to Slack channel in case of failure'
91
- uses : act10ns/slack@v1
91
+ uses : act10ns/slack@v2
92
92
with :
93
93
status : ${{ job.status }}
94
94
steps : ${{ toJson(steps) }}
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
# Send notification to Slack channel if job fails:
132
132
- name : ' Send status to Slack channel in case of failure'
133
- uses : act10ns/slack@v1
133
+ uses : act10ns/slack@v2
134
134
with :
135
135
status : ${{ job.status }}
136
136
steps : ${{ toJson(steps) }}
@@ -172,7 +172,7 @@ jobs:
172
172
173
173
# Send notification to Slack channel if job fails:
174
174
- name : ' Send status to Slack channel in case of failure'
175
- uses : act10ns/slack@v1
175
+ uses : act10ns/slack@v2
176
176
with :
177
177
status : ${{ job.status }}
178
178
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
# Send Slack notification if job fails:
108
108
- name : ' Send status to Slack channel in case of failure'
109
- uses : act10ns/slack@v1
109
+ uses : act10ns/slack@v2
110
110
with :
111
111
status : ${{ job.status }}
112
112
steps : ${{ toJson(steps) }}
Original file line number Diff line number Diff line change 75
75
76
76
# Send Slack notification if job fails:
77
77
- name : ' Send notification to Slack in case of failure'
78
- uses : act10ns/slack@v1
78
+ uses : act10ns/slack@v2
79
79
with :
80
80
status : ${{ job.status }}
81
81
steps : ${{ toJson(steps) }}
You can’t perform that action at this time.
0 commit comments