Skip to content

Commit 44f3d61

Browse files
committed
dump GitHub contexts
1 parent a907c7b commit 44f3d61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/maven.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ env:
1818
ACTIONS_STEP_DEBUG: true
1919

2020
jobs:
21+
dump_contexts_to_log:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- name: Dump GitHub context
25+
env:
26+
GITHUB_CONTEXT: ${{ toJson(github) }}
27+
run: echo "$GITHUB_CONTEXT"
28+
2129
fork_setup:
2230
runs-on: ubuntu-latest
2331

0 commit comments

Comments
 (0)