diff --git a/entrypoint.sh b/entrypoint.sh index fca589b..113a459 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -72,6 +72,8 @@ if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then echo 'stdout<> $GITHUB_OUTPUT # use a heredoc for multiline output sh -c "${TARGET} $*" >> $GITHUB_OUTPUT # run the command echo 'EOF' >> $GITHUB_OUTPUT + + echo 'stdout=foobar' >> $GITHUB_OUTPUT else sh -c "${TARGET} $*" # run the command fi