Skip to content

Commit ff9d53b

Browse files
committed
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.
1 parent 5f4cfb0 commit ff9d53b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/debug-artifacts-failure.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
timeout-minutes: 45
2727
runs-on: ${{ matrix.os }}
2828
steps:
29+
- name: Dump GitHub event
30+
run: cat "${GITHUB_EVENT_PATH}"
2931
- name: Check out repository
3032
uses: actions/checkout@v3
3133
- name: Prepare test

0 commit comments

Comments
 (0)