diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index 973abf044..b9668d0bd 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -26,6 +26,8 @@ jobs: timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: + - name: Dump GitHub event + run: cat "${GITHUB_EVENT_PATH}" - name: Check out repository uses: actions/checkout@v3 - name: Prepare test