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"