Skip to content

Commit 270ff76

Browse files
committed
ci: dump event json
1 parent 01e48fe commit 270ff76

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update_screenshots.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
)
2020
runs-on: ubuntu-latest
2121
steps:
22+
- name: Dump github.event
23+
run: echo '${{ toJSON(github.event) }}' | jq
24+
2225
- name: Debug environment before Buildkite trigger
2326
run: |
2427
echo "Current working directory: $(pwd)"

0 commit comments

Comments
 (0)