92
92
- name : Slack Notification (Always)
93
93
if : github.event_name == 'push' && always()
94
94
run : |
95
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
95
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
96
96
REPO="${{ github.repository }}"
97
97
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
98
98
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Slack Notification (Error)
102
102
if : github.event_name == 'push' && failure()
103
103
run : |
104
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job FAILED!"
104
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job FAILED!"
105
105
REPO="${{ github.repository }}"
106
106
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
107
107
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -183,7 +183,7 @@ jobs:
183
183
- name : Slack Notification (Always)
184
184
if : github.event_name == 'push' && always()
185
185
run : |
186
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
186
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
187
187
REPO="${{ github.repository }}"
188
188
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
189
189
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -192,7 +192,7 @@ jobs:
192
192
- name : Slack Notification (Error)
193
193
if : github.event_name == 'push' && failure()
194
194
run : |
195
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job FAILED!"
195
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job FAILED!"
196
196
REPO="${{ github.repository }}"
197
197
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
198
198
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -289,7 +289,7 @@ jobs:
289
289
- name : Slack Notification (Always)
290
290
if : github.event_name == 'push' && always()
291
291
run : |
292
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
292
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
293
293
REPO="${{ github.repository }}"
294
294
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
295
295
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -298,7 +298,7 @@ jobs:
298
298
- name : Slack Notification (Error)
299
299
if : github.event_name == 'push' && failure()
300
300
run : |
301
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job FAILED!"
301
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job FAILED!"
302
302
REPO="${{ github.repository }}"
303
303
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
304
304
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -344,7 +344,7 @@ jobs:
344
344
- name : Slack Notification (Always)
345
345
if : github.event_name == 'push' && always()
346
346
run : |
347
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
347
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
348
348
REPO="${{ github.repository }}"
349
349
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
350
350
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -353,7 +353,7 @@ jobs:
353
353
- name : Slack Notification (Error)
354
354
if : github.event_name == 'push' && failure()
355
355
run : |
356
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job FAILED!"
356
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job FAILED!"
357
357
REPO="${{ github.repository }}"
358
358
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
359
359
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -389,7 +389,7 @@ jobs:
389
389
- name : Slack Notification (Always)
390
390
if : github.event_name == 'push' && always()
391
391
run : |
392
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
392
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job completed with status: ${{ job.status }}"
393
393
REPO="${{ github.repository }}"
394
394
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
395
395
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
@@ -398,7 +398,7 @@ jobs:
398
398
- name : Slack Notification (Error)
399
399
if : github.event_name == 'push' && failure()
400
400
run : |
401
- MESSAGE="${{ github.repository }} :: '${{ github.workflow }}/${{ github.job }}' job FAILED!"
401
+ MESSAGE="'${{ github.workflow }}/${{ github.job }}' job FAILED!"
402
402
REPO="${{ github.repository }}"
403
403
LINK="https://github.com/$REPO/actions/runs/${{ github.run_id }}"
404
404
PAYLOAD="{\"workflow\": \"${{ github.workflow }}\", \"status\": \"${{ job.status }}\", \"message\": \"$MESSAGE\", \"link\": \"$LINK\", \"repository\": \"$REPO\"}"
0 commit comments