Skip to content

Commit

Permalink
Dump context
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 2, 2024
1 parent 9efcd4a commit 74a5e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
dump:
name: Dump Context
runs-on: ubuntu-24.04
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
steps:
- run: |
echo "GITHUB_CONTEXT: ${{ env.GITHUB_CONTEXT }}"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
builds:
name: Builds
Expand Down

0 comments on commit 74a5e7c

Please sign in to comment.