mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-03-28 14:46:19 +01:00
tesing
This commit is contained in:
parent
5ec72068f5
commit
c14811a802
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then
|
||||||
} | tee $_stdout
|
} | tee $_stdout
|
||||||
|
|
||||||
if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then
|
if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then
|
||||||
echo 'CAPTURING STDOUT'
|
echo "CAPTURING STDOUT $_stdout"
|
||||||
|
cat $_stdout
|
||||||
echo 'stdout<<EOF' >> $GITHUB_OUTPUT
|
echo 'stdout<<EOF' >> $GITHUB_OUTPUT
|
||||||
cat $_stdout >> $GITHUB_OUTPUT
|
cat $_stdout >> $GITHUB_OUTPUT
|
||||||
echo 'EOF' >> $GITHUB_OUTPUT
|
echo 'EOF' >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Reference in a new issue