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.
This commit is contained in:
parent
5f4cfb016e
commit
ff9d53b61a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue