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 c1016e3 commit 85e619fCopy full SHA for 85e619f
setup/action.yml
@@ -49,7 +49,7 @@ runs:
49
# download a specific release
50
wget https://github.com/quarto-dev/quarto-cli/releases/download/v${{inputs.version}}/quarto-${{inputs.version}}-${{env.BUNDLE_EXT}}
51
fi
52
- echo "::set-output name=installer::$(ls quarto*${{ env.BUNDLE_EXT }})"
+ echo "installer=$(ls quarto*${{ env.BUNDLE_EXT }})" >> $GITHUB_OUTPUT
53
54
shell: bash
55
- name: 'Install Quarto'
0 commit comments