From ac489888f18d7e740198789c30099406f8d83b33 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 30 Aug 2024 18:03:36 +0200 Subject: [PATCH] ff --- .gitea/workflows/build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 25d87cf..7fcc759 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -66,7 +66,4 @@ jobs: uses: docker://registry.mgrote.net/allzweckcontainer:latest if: always() #if: failure() - shell: bash - run: echo test | mail -s tests michael.grote@posteo.de - with: - args: "echo test" + run: "echo test | mail -s tests michael.grote@posteo.de"