We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296f296 commit 19cb0a7Copy full SHA for 19cb0a7
action.yaml
@@ -29,4 +29,5 @@ runs:
29
failures=$((failures+1))
30
fi
31
done < <(find "${{ inputs.folder }}" -type f -name "*.ark" -print0)
32
- [ $failures -gt 0 ] && exit 1
+ echo $failures
33
+ [ $failures -gt 0 ] && exit 1 || exit 0
0 commit comments