diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index 0a676d3..2cf94c4 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -59,6 +59,6 @@ jobs: - name: Indicate Failure run: exit ${{ failure() }} - - name: Indicate Failure 2 + - name: Indicate Failure 2 if: ${{ failure() }} run: echo "Failure detected" \ No newline at end of file