From 97bcf6d2aab9762b9b51b21f636350c2ce641d00 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:25:56 +0200 Subject: [PATCH] ff --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a023af6..e36b4ee 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -70,7 +70,8 @@ jobs: if: always() #if: failure() with: - args: "'"echo "CI Error in ${{ steps.meta.outputs.REPO_NAME }}" | s-nail \ + 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 \