We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b0e0e commit c70b2f8Copy full SHA for c70b2f8
setup/action.yml
@@ -77,7 +77,7 @@ runs:
77
;;
78
"Windows")
79
# can't install msi for now so use scoop
80
- if [ -z "${{ inputs.version }}" ]
+ if [ "${{inputs.version}}" == "release" ]
81
then
82
powershell -File $GITHUB_ACTION_PATH/install-quarto-windows.ps1
83
else
0 commit comments