Fix non-ASCII whitespace on GitHub Action (#2270)

This commit is contained in:
Helio Machado 2024-01-04 03:10:40 +01:00 committed by GitHub
parent 857a371600
commit 7209002b6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ runs:
##########################################
else
if [ "${{ github.event_name }}" == "push" ]; then
COMMIT_LENGTH=$(printenv COMMITS | jq length)
COMMIT_LENGTH=$(printenv COMMITS | jq length)
if [ $COMMIT_LENGTH == "0" ]; then
echo "No commits to scan"
exit 0