ci: send mail action
This commit is contained in:
parent
848098b0c5
commit
5d4e52c1de
|
@ -46,6 +46,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
- name: Send mail
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
if: $ {{ always() }}
|
||||
with:
|
||||
server_address: mail.log101.dev
|
||||
server_port: 465
|
||||
|
@ -55,4 +56,4 @@ jobs:
|
|||
subject: Github Actions job result
|
||||
to: ffrknerdm@gmail.com
|
||||
from: gitea@log101.dev
|
||||
body: Build job of ${{github.repository}} completed successfully!
|
||||
body: Build job of ${{github.repository}} completed with status ${{ jobs.build-and-push-image.status }}!
|
||||
|
|
Loading…
Reference in New Issue
Block a user