From 39abfc7c1ab26a9d7ad50aabbb87e71264069dd7 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Tue, 27 May 2025 18:31:03 +0100 Subject: [PATCH] debugging --- .github/actions/build/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index bcc12a12..d19e51f9 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -77,8 +77,10 @@ runs: --print-build-logs \ --log-format raw then + echo "incrementing ok from $ok" ((ok++)) else + echo "incrementing error from $error" ((error++)) if [ -z "$keep_going_flag" ]; then exit 1