mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-09-10 19:48:11 +08:00
tesing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user