Skip to content

Commit

Permalink
Apply missing name for multi lines step
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 29, 2024
1 parent 7037405 commit a510ded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
inspect_runner:
runs-on: windows-2022
steps:
- run: |
- name: Print some variables which is applied in GH-617
run: |
$PSVersionTable
$PSNativeCommandUseErrorActionPreference
$ErrorActionPreference
Expand Down

0 comments on commit a510ded

Please sign in to comment.