We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ea6d6 + ea1acc5 commit e5d84deCopy full SHA for e5d84de
1 file changed
.github/prepare-test/action.yml
@@ -28,7 +28,6 @@ runs:
28
echo "::set-output name=tools-url::https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-$VERSION-manual/codeql-bundle.tar.gz"
29
elif [[ ${{ inputs.version }} == *"stable"* ]]; then
30
export VERSION=`echo ${{ inputs.version }} | sed -e 's/^.*\-//'`
31
- echo "Hello $VERSION"
32
echo "::set-output name=tools-url::https://github.com/github/codeql-action/releases/download/codeql-bundle-$VERSION/codeql-bundle.tar.gz"
33
elif [[ ${{ inputs.version }} == "latest" ]]; then
34
echo "::set-output name=tools-url::latest"
0 commit comments