From c65cf3a804412bb504f1402d3372c0086da81557 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 22 Apr 2024 20:36:50 +0200 Subject: [PATCH] ident fix --- .gitea/workflows/run_act.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index 1861c46..77e567b 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -58,9 +58,9 @@ jobs: - name: Indicate Failure run: | - echo ${{ failure() }} - echo "Failure detected" - exit ${{ failure() }} + echo ${{ failure() }} + echo "Failure detected" + exit ${{ failure() }} - name: Indicate Failure 2 if: ${{ failure() }}