Skip to content

Commit

Permalink
Runner context
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 14, 2024
1 parent b4eba48 commit d6016f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: windows-2022-8core
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
GITHUB_CONTEXT: ${{ toJSON(runner) }}
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT

dump-github-context-standard:
runs-on: windows-2022
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
GITHUB_CONTEXT: ${{ toJSON(runner) }}
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT

0 comments on commit d6016f6

Please sign in to comment.