From 9b705ff03fa6cc211ae66a4abc6262bdfa5776eb Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 30 Aug 2024 18:04:49 +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 7fcc759..ff2ece1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -66,4 +66,5 @@ jobs: uses: docker://registry.mgrote.net/allzweckcontainer:latest if: always() #if: failure() - run: "echo test | mail -s tests michael.grote@posteo.de" + with: + args: "echo test | mail -s tests michael.grote@posteo.de"