Skip to content

Commit

Permalink
Dumping the GH context
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 8, 2022
1 parent 5919096 commit fa2744e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-orchard-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
- ${{ inputs.timeout-minutes }}
timeout-minutes: ${{ matrix.timeout-minutes }}
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT
- name: Checkout
uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev

Expand Down

0 comments on commit fa2744e

Please sign in to comment.