From c14811a802058978f4c5b42a75516d463fe798d3 Mon Sep 17 00:00:00 2001 From: GammaGames Date: Mon, 25 Nov 2024 11:53:18 -0700 Subject: [PATCH] tesing --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3d9c1d2..96ec81e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -80,7 +80,8 @@ if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then } | tee $_stdout if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then - echo 'CAPTURING STDOUT' + echo "CAPTURING STDOUT $_stdout" + cat $_stdout echo 'stdout<> $GITHUB_OUTPUT cat $_stdout >> $GITHUB_OUTPUT echo 'EOF' >> $GITHUB_OUTPUT