File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
email-on-failure :
42
42
needs : [release, email-meshsync-snaphost-release-notes-workflow]
43
43
if : ${{ failure() }}
44
- runs-on : ubuntu-latest
44
+ runs-on : ubuntu-24.04
45
45
steps :
46
46
- name : Find failed jobs.
47
47
run : |
@@ -55,14 +55,14 @@ jobs:
55
55
echo "${{ env.EMAIL_BODY }}"
56
56
- name : Send Email Notification
57
57
if : env.EMAIL_BODY != ''
58
- uses : dawidd6/action-send-mail@v3
58
+ uses : dawidd6/action-send-mail@v4
59
59
with :
60
60
server_address : smtp.gmail.com
61
61
server_port : 465
62
62
username : ${{ secrets.MAIL_USERNAME }}
63
63
password : ${{ secrets.MAIL_PASSWORD }}
64
64
subject : Job(s) failure in the build-and-release-stable workflow
65
- to : support@layer5 .io
65
+ to : maintainers@meshery .io
66
66
from : Build and Release Stable workflow
67
67
body : |
68
68
The workflow failed. Here are the details:
You can’t perform that action at this time.
0 commit comments