Skip to content

Commit

Permalink
Update action.yml (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 1, 2024
1 parent 3205fd2 commit fcd4f28
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 @@ -43,7 +43,7 @@ runs:
run: |
quantity=0
if [[ -s fingerprint.txt ]]; then
quantity=$(wc -l fingerprint.txt | cut -c1)
quantity=$(wc -l < fingerprint.txt)
fi
echo "secrets-leaked=$(echo $quantity)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit fcd4f28

Please sign in to comment.