Skip to content

Commit

Permalink
dump GitHub contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
jann0k committed Sep 20, 2024
1 parent a907c7b commit 44f3d61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ env:
ACTIONS_STEP_DEBUG: true

jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

fork_setup:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 44f3d61

Please sign in to comment.