gg
This commit is contained in:
parent
97e2ab0d32
commit
60725a6f05
1 changed files with 20 additions and 1 deletions
|
@ -73,6 +73,25 @@ jobs:
|
||||||
--subject="git.mgrote.net - CI-Failure - ${{ GITHUB_REPOSITORY }}" \
|
--subject="git.mgrote.net - CI-Failure - ${{ GITHUB_REPOSITORY }}" \
|
||||||
--set=smtp-auth="none" \
|
--set=smtp-auth="none" \
|
||||||
--set=v15-compat \
|
--set=v15-compat \
|
||||||
--set=mta=smtp://docker10.mgrote.net:1025 \
|
--set=mta= \
|
||||||
-r gitea@mgrote.net \
|
-r gitea@mgrote.net \
|
||||||
michael.grote@posteo.de
|
michael.grote@posteo.de
|
||||||
|
- name: Send mail
|
||||||
|
uses: dawidd6/action-send-mail@v3
|
||||||
|
with:
|
||||||
|
connection_url: smtp://docker10.mgrote.net:1025
|
||||||
|
# Required mail server address if not connection_url:
|
||||||
|
#server_address: smtp.gmail.com
|
||||||
|
# Server port, default 25:
|
||||||
|
#server_port: 465
|
||||||
|
secure: false
|
||||||
|
subject: CI Error in ${{ GITHUB_REPOSITORY }}
|
||||||
|
to: michael.grote@posteo.de
|
||||||
|
from: Gitea Actions
|
||||||
|
# Optional plain body:
|
||||||
|
body: Build job of ${{github.repository}} completed successfully!
|
||||||
|
ignore_cert: true
|
||||||
|
# Optional nodemailerlog: true/false
|
||||||
|
nodemailerlog: false
|
||||||
|
# Optional nodemailerdebug: true/false if true lognodem will also be set true
|
||||||
|
nodemailerdebug: false
|
||||||
|
|
Loading…
Reference in a new issue