We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4cfb0 commit ff9d53bCopy full SHA for ff9d53b
.github/workflows/debug-artifacts-failure.yml
@@ -26,6 +26,8 @@ jobs:
26
timeout-minutes: 45
27
runs-on: ${{ matrix.os }}
28
steps:
29
+ - name: Dump GitHub event
30
+ run: cat "${GITHUB_EVENT_PATH}"
31
- name: Check out repository
32
uses: actions/checkout@v3
33
- name: Prepare test
0 commit comments