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 61
61
- if : steps.cron.outputs.failures > 0
62
62
name : Send failure notification e-mail
63
63
# Ref: https://github.com/dawidd6/action-send-mail
64
- uses : dawidd6/action-send-mail@v3.10 .0
64
+ uses : dawidd6/action-send-mail@v3.11 .0
65
65
with :
66
66
server_address : ${{secrets.ACTION_MAIL_SERVER}}
67
67
server_port : 465
80
80
81
81
- if : failure()
82
82
name : Send error notification e-mail
83
- uses : dawidd6/action-send-mail@v3.10 .0
83
+ uses : dawidd6/action-send-mail@v3.11 .0
84
84
with :
85
85
server_address : ${{secrets.ACTION_MAIL_SERVER}}
86
86
server_port : 465
Original file line number Diff line number Diff line change 56
56
log-output : true
57
57
- if : failure()
58
58
name : Send job failure notification e-mail
59
- uses : dawidd6/action-send-mail@v3.10 .0
59
+ uses : dawidd6/action-send-mail@v3.11 .0
60
60
with :
61
61
server_address : ${{secrets.ACTION_MAIL_SERVER}}
62
62
server_port : 465
Original file line number Diff line number Diff line change 66
66
67
67
- if : failure()
68
68
name : Send error notification e-mail
69
- uses : dawidd6/action-send-mail@v3.10 .0
69
+ uses : dawidd6/action-send-mail@v3.11 .0
70
70
with :
71
71
server_address : ${{secrets.ACTION_MAIL_SERVER}}
72
72
server_port : 465
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
# this activity or some other general job failure.
196
196
- if : failure() && !contains(github.event.pull_request.labels.*.name,'BypassLeakNotification')
197
197
name : Send leak detection notification e-mail
198
- uses : dawidd6/action-send-mail@v3.10 .0
198
+ uses : dawidd6/action-send-mail@v3.11 .0
199
199
with :
200
200
server_address : ${{secrets.ACTION_MAIL_SERVER}}
201
201
server_port : 465
You can’t perform that action at this time.
0 commit comments