Skip to content

Commit

Permalink
Fix non-ASCII whitespace on GitHub Action (#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Jan 4, 2024
1 parent 857a371 commit 7209002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7209002

Please sign in to comment.