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 \