Skip to content

Commit cca1cfd

Browse files
Remove debugging output
1 parent cdea582 commit cca1cfd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/prepare-test/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ runs:
2828
echo "::set-output name=tools-url::https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-$VERSION-manual/codeql-bundle.tar.gz"
2929
elif [[ ${{ inputs.version }} == *"stable"* ]]; then
3030
export VERSION=`echo ${{ inputs.version }} | sed -e 's/^.*\-//'`
31-
echo "Hello $VERSION"
3231
echo "::set-output name=tools-url::https://github.com/github/codeql-action/releases/download/codeql-bundle-$VERSION/codeql-bundle.tar.gz"
3332
elif [[ ${{ inputs.version }} == "latest" ]]; then
3433
echo "::set-output name=tools-url::latest"

0 commit comments

Comments
 (0)