Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit e7378e8

Browse files
committed
Explain yourself
1 parent 160fcef commit e7378e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- name: Echo Runner OS version
5555
shell: powershell
56-
run: systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"
56+
run: (Get-WmiObject Win32_OperatingSystem).Caption
5757

5858
- name: Install winget
5959
id: install-winget
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- name: Echo Runner OS version
8686
shell: powershell
87-
run: systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"
87+
run: (Get-WmiObject Win32_OperatingSystem).Caption
8888

8989
- name: Install winget
9090
id: install-winget

0 commit comments

Comments
 (0)