Skip to content

Commit e4428e1

Browse files
Enhance output messaging: add requested PowerShell version to installation logs for better clarity
1 parent d13e05c commit e4428e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ runs:
8787
}
8888
8989
Write-Host "Detected PowerShell version: $detected"
90+
Write-Host "Requested PowerShell version: $env:REQUESTED_VERSION"
9091
9192
if ($detected -eq $env:REQUESTED_VERSION) {
9293
Write-Host "PowerShell $detected already installed. Skipping."

0 commit comments

Comments
 (0)