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

This commit is contained in:
Helio Machado
2024-01-03 18:10:40 -08:00
committed by GitHub
parent 857a371600
commit 7209002b6b
+1 -1
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