diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d196ffa..02ae4e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: - name: Run action uses: ./action/ continue-on-error: true + - name: Debug print steps + run: echo '${{ toJSON(steps) }}' - name: Check if the action failed if: steps.action.outcome != 'failure' run: exit 1