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() }}