diff --git a/.github/prepare-test/action.yml b/.github/prepare-test/action.yml index 6a693fdb9..a528d4c08 100644 --- a/.github/prepare-test/action.yml +++ b/.github/prepare-test/action.yml @@ -28,7 +28,6 @@ runs: echo "::set-output name=tools-url::https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-$VERSION-manual/codeql-bundle.tar.gz" elif [[ ${{ inputs.version }} == *"stable"* ]]; then export VERSION=`echo ${{ inputs.version }} | sed -e 's/^.*\-//'` - echo "Hello $VERSION" echo "::set-output name=tools-url::https://github.com/github/codeql-action/releases/download/codeql-bundle-$VERSION/codeql-bundle.tar.gz" elif [[ ${{ inputs.version }} == "latest" ]]; then echo "::set-output name=tools-url::latest"