Skip to content

Commit

Permalink
YML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 14, 2024
1 parent f8898bc commit b4eba48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT

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

0 comments on commit b4eba48

Please sign in to comment.