From b185fafaa4508203aeafca51587176ed1c06208e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 30 Aug 2024 18:16:18 +0200 Subject: [PATCH] dd --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0f0f5ac..5f2f9c8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -67,4 +67,4 @@ 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 '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"