mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Fix non-ASCII whitespace on GitHub Action (#2270)
This commit is contained in:
parent
857a371600
commit
7209002b6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue