From ff9d53b61ab3b38f43ada003d89e9742609eeb42 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 17 Aug 2022 14:41:37 +0100 Subject: [PATCH] Dump GitHub event in debug artifacts failure workflow This should help us debug failures on `main` like this https://github.com/github/codeql-action/actions/runs/2875586196. --- .github/workflows/debug-artifacts-failure.yml | 2 ++ 1 file changed, 2 insertions(+) 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