File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments