Skip to content

Commit

Permalink
Merge pull request #165 from Samsung/babenek-patch-1
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
babenek authored Aug 1, 2022
2 parents 32d6564 + 1d6b9d5 commit d27934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Prepare commit status
run: |
ITEMS_CNT=$(jq '. | length' output.json)
if [ 20 -eq ${ITEMS_CNT} ]; then
if [ 18 -eq ${ITEMS_CNT} ]; then
echo "Samples were successfully scanned"
else
echo "Unexpected items: ${ITEMS_CNT}"
Expand Down

0 comments on commit d27934b

Please sign in to comment.