mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-04-20 03:33:29 +00:00
tesing
This commit is contained in:
parent
5ec72068f5
commit
c14811a802
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user