dd
This commit is contained in:
parent
a0bad9f5cc
commit
c42c6078f0
1 changed files with 3 additions and 4 deletions
|
@ -64,10 +64,9 @@ jobs:
|
|||
|
||||
notify:
|
||||
steps:
|
||||
- name: Send notification
|
||||
- name: Send notification on error
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
if: always()
|
||||
#if: failure()
|
||||
if: failure()
|
||||
with:
|
||||
connection_url: smtp://docker10.mgrote.net:1025
|
||||
secure: false
|
||||
|
@ -75,4 +74,4 @@ jobs:
|
|||
to: michael.grote@posteo.de
|
||||
from: Gitea Actions <gitea@mgrote.net>
|
||||
subject: "CI Error in ${{ env.GITHUB_REPOSITORY }}"
|
||||
body: Build job of ${{ env.github.repository }} completed successfully!
|
||||
body: Job of ${{ env.github.repository }} failed!
|
||||
|
|
Loading…
Reference in a new issue