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 744a27a commit 9efcd4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ concurrency:
cancel-in-progress: true

jobs:
dump:
name: Dump Context
runs-on: ubuntu-24.04
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
steps:
- run: |
echo "GITHUB_CONTEXT: ${{ env.GITHUB_CONTEXT }}"
builds:
name: Builds
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 9efcd4a

Please sign in to comment.