From 914981620fd5df5eda01f75ce475c8b9088ba496 Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Wed, 4 Dec 2024 16:14:35 +0000 Subject: [PATCH] Add debug lines --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index caf9cc9..d80a363 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,6 +8,10 @@ NOCHECK=${INPUT_NOCHECK} SPEC_NAME=$(basename ${SPEC}) CONFIGURATION="${SYSTEM}-${ARCH}" +echo "::debug::spec file: ${INPUT_SPEC}" +echo "::debug::target: ${INPUT_SYSTEM}-${INPUT_ARCH}" +echo "::debug::nocheck: ${INPUT_NOCHECK}" + echo "Building ${SPEC_NAME} for ${CONFIGURATION}" echo "::group::Building SRPM"