diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d0a3bf4..d525fd2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -22,7 +22,7 @@ jobs: run: exit 1 - name: Continue with this step anyway if: ${{ failure() }} - run: echo "Still running..." + run: echo "Still running... ${{toJSON(steps)}}" - name: Checkout Code uses: actions/checkout@v3 - name: Install NodeJS