Skip to content

Commit e5d84de

Browse files
Merge pull request #861 from github/remove-debug-output
Remove debugging output
2 parents 79ea6d6 + ea1acc5 commit e5d84de

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)