From c55ae36429981f5d7320634f6d08389badd0c1b9 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:29:46 +0200 Subject: [PATCH] ff --- .gitea/workflows/build.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e36b4ee..60658de 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -70,11 +70,10 @@ jobs: if: always() #if: failure() with: - args: | - echo CI Error in ${{ steps.meta.outputs.REPO_NAME }} | s-nail \ - --subject='git.mgrote.net - CI-Failure - ${{ steps.meta.outputs.REPO_NAME }}' \ + 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"'" + michael.grote@posteo.de