From 60725a6f051137913aea1dc10045d945752cecf7 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:39:35 +0200 Subject: [PATCH] gg --- .gitea/workflows/build.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c347a09..a7c25df 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -73,6 +73,25 @@ jobs: --subject="git.mgrote.net - CI-Failure - ${{ GITHUB_REPOSITORY }}" \ --set=smtp-auth="none" \ --set=v15-compat \ - --set=mta=smtp://docker10.mgrote.net:1025 \ + --set=mta= \ -r gitea@mgrote.net \ 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