This commit is contained in:
GammaGames 2024-11-25 11:53:18 -07:00
parent 5ec72068f5
commit c14811a802

View file

@ -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<<EOF' >> $GITHUB_OUTPUT
cat $_stdout >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT