From 9478ccb3f74b876932c60aec8e984b4b042e5e6a Mon Sep 17 00:00:00 2001 From: Mieszko Grodzicki Date: Sat, 31 Dec 2022 12:50:33 +0100 Subject: [PATCH] Debug --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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