Skip to content

Commit bb26560

Browse files
Add comments to clarify the installation process in PowerShell scripts
1 parent 8c6d8ca commit bb26560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ runs:
2727
REQUESTED_VERSION: ${{ inputs.Version }}
2828
GITHUB_TOKEN: ${{ github.token }}
2929
run: |
30+
# Install-PowerShell
3031
set -e
3132
3233
echo "Requested version: [$REQUESTED_VERSION]"
@@ -105,6 +106,7 @@ runs:
105106
REQUESTED_VERSION: ${{ inputs.Version }}
106107
GITHUB_TOKEN: ${{ github.token }}
107108
run: |
109+
# Install-PowerShell
108110
set -e
109111
110112
echo "Requested version: [$REQUESTED_VERSION]"
@@ -168,6 +170,7 @@ runs:
168170
REQUESTED_VERSION: ${{ inputs.Version }}
169171
GITHUB_TOKEN: ${{ github.token }}
170172
run: |
173+
# Install-PowerShell
171174
Write-Host "Requested version: [$env:REQUESTED_VERSION]"
172175
173176
# Only resolve to latest version if explicitly set to 'latest' (case-insensitive)

0 commit comments

Comments
 (0)