From 62eb51cd6dc2be1e4576a7dbf39d697829a11c13 Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva <r3pek@r3pek.org> Date: Thu, 5 Dec 2024 16:01:23 +0000 Subject: [PATCH] add another debug output to see what we receive --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index dd4efe0..a1e3762 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,7 @@ # SPECS should be a JSON array of all the to-process spec files # Forgejo runner doesn't support dynamic matrix jobs so, this has to be made this way # Convert the JSON array to a bash array and iterate over it +echo "::debug::input_specs: ${INPUT_SPECS}" readarray -t SPECS < <(echo ${INPUT_SPECS} | jq -c .[] | tr -d '"') echo "::debug::specs: ${SPECS}" SYSTEM=${INPUT_SYSTEM}