d
This commit is contained in:
parent
b185fafaa4
commit
2c547a1c07
1 changed files with 7 additions and 1 deletions
|
@ -67,4 +67,10 @@ jobs:
|
|||
if: always()
|
||||
#if: failure()
|
||||
with:
|
||||
args: "echo 'Message body' | s-nail --set=smtp-auth='none' --subject='A subject' --set=mta=smtp://user:password@docker10.mgrote.net:1025 -r gitea@mgrote.net --set=v15-compat michael.grote@posteo.de"
|
||||
args: "echo 'CI Error in ${{ steps.meta.outputs.REPO_NAME }}' | s-nail \
|
||||
--subject='git.mgrote.net - CI-Failure - ${{ steps.meta.outputs.REPO_NAME }}' \
|
||||
--set=smtp-auth='none' \
|
||||
--set=v15-compat \
|
||||
--set=mta=smtp://docker10.mgrote.net:1025 \
|
||||
-r gitea@mgrote.net \
|
||||
michael.grote@posteo.de"
|
||||
|
|
Loading…
Reference in a new issue