From 19cb0a7164c655c217f9e08dee005d6556e88b2a Mon Sep 17 00:00:00 2001 From: Alexandre Plateau Date: Sun, 22 Sep 2024 13:58:07 +0200 Subject: [PATCH] chore(ci): debug --- action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index a0f3861..d99e3f8 100644 --- a/action.yaml +++ b/action.yaml @@ -29,4 +29,5 @@ runs: failures=$((failures+1)) fi done < <(find "${{ inputs.folder }}" -type f -name "*.ark" -print0) - [ $failures -gt 0 ] && exit 1 + echo $failures + [ $failures -gt 0 ] && exit 1 || exit 0