mirror of
https://github.com/github/codeql-action.git
synced 2026-04-05 03:02:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user