Commit 8283d4e 1 parent 79ea7e3 commit 8283d4e Copy full SHA for 8283d4e
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
- name : Notifying about failed tests!
30
30
31
- env :
32
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_SCHEDULED_TESTS_FAILURE_WEBHOOK_URL }}
33
31
with :
32
+ webhook : ${{ secrets.SLACK_SCHEDULED_TESTS_FAILURE_WEBHOOK_URL }}
33
+ webhook-type : webhook-trigger
34
34
payload : |
35
35
{
36
36
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ jobs:
185
185
steps :
186
186
- name : Notifying about Nightly fail!
187
187
188
- env :
189
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_NIGHTLY_FAILURE_WEBHOOK_URL }}
190
188
with :
189
+ webhook : ${{ secrets.SLACK_NIGHTLY_FAILURE_WEBHOOK_URL }}
190
+ webhook-type : webhook-trigger
191
191
payload : |
192
192
{
193
193
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
@@ -202,9 +202,9 @@ jobs:
202
202
steps :
203
203
- name : Notifying about check fail!
204
204
205
- env :
206
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_NIGHTLY_CHECK_FAILURE_WEBHOOK_URL }}
207
205
with :
206
+ webhook : ${{ secrets.SLACK_NIGHTLY_CHECK_FAILURE_WEBHOOK_URL }}
207
+ webhook-type : webhook-trigger
208
208
payload : |
209
209
{
210
210
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
You can’t perform that action at this time.
0 commit comments