Skip to content

Commit

Permalink
Dump GitHub event in debug artifacts failure workflow
Browse files Browse the repository at this point in the history
This should help us debug failures on `main` like this
https://github.com/github/codeql-action/actions/runs/2875586196.
  • Loading branch information
henrymercer committed Aug 17, 2022
1 parent 5f4cfb0 commit ff9d53b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debug-artifacts-failure.yml
Expand Up @@ -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
Expand Down

0 comments on commit ff9d53b

Please sign in to comment.