mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-21 07:07:50 +00:00
Merge pull request #29737 from podman-container-tools/renovate/dawidd6-action-send-mail-20.x
Update dawidd6/action-send-mail action to v20
This commit is contained in:
commit
fb57e20133
2 changed files with 2 additions and 2 deletions
2
.github/workflows/issue_pr_lock.yml
vendored
2
.github/workflows/issue_pr_lock.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
log-output: true
|
||||
- if: failure()
|
||||
name: Send job failure notification e-mail
|
||||
uses: dawidd6/action-send-mail@d35571df1982970871070b5e02f01d3b6095cb74 # v19
|
||||
uses: dawidd6/action-send-mail@ca8dbb4d4f91ca7f75e7f2feea5339e76ce70c90 # v20
|
||||
with:
|
||||
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
||||
server_port: 465
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -200,7 +200,7 @@ jobs:
|
|||
run: cat email_body.txt
|
||||
- name: Send release notification e-mail
|
||||
# Ref: https://github.com/dawidd6/action-send-mail
|
||||
uses: dawidd6/action-send-mail@d35571df1982970871070b5e02f01d3b6095cb74 # v19
|
||||
uses: dawidd6/action-send-mail@ca8dbb4d4f91ca7f75e7f2feea5339e76ce70c90 # v20
|
||||
with:
|
||||
server_address: ${{secrets.ACTION_MAIL_SERVER}}
|
||||
server_port: 465
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue