Skip to content

Commit

Permalink
Merge pull request #861 from github/remove-debug-output
Browse files Browse the repository at this point in the history
Remove debugging output
  • Loading branch information
edoardopirovano committed Jan 2, 2022
2 parents 79ea6d6 + ea1acc5 commit e5d84de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/prepare-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5d84de

Please sign in to comment.