We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d8ca commit bb26560Copy full SHA for bb26560
1 file changed
action.yml
@@ -27,6 +27,7 @@ runs:
27
REQUESTED_VERSION: ${{ inputs.Version }}
28
GITHUB_TOKEN: ${{ github.token }}
29
run: |
30
+ # Install-PowerShell
31
set -e
32
33
echo "Requested version: [$REQUESTED_VERSION]"
@@ -105,6 +106,7 @@ runs:
105
106
107
108
109
110
111
112
@@ -168,6 +170,7 @@ runs:
168
170
169
171
172
173
174
Write-Host "Requested version: [$env:REQUESTED_VERSION]"
175
176
# Only resolve to latest version if explicitly set to 'latest' (case-insensitive)
0 commit comments