Remove debugging output
This commit is contained in:
parent
cdea582765
commit
cca1cfdacf
1 changed files with 0 additions and 1 deletions
1
.github/prepare-test/action.yml
vendored
1
.github/prepare-test/action.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue