quote $CHANNEL

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
Erik Krogh Kristensen
2022-11-03 14:17:44 +01:00
committed by GitHub
parent 83a8b1afb8
commit 5918e0184c

View File

@@ -17,6 +17,6 @@ runs:
CHANNEL: ${{ inputs.channel }}
run: |
gh extension install github/gh-codeql
gh codeql set-channel $CHANNEL
gh codeql set-channel "$CHANNEL"
gh codeql version
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"