mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-04-07 19:21:59 +00:00
test
This commit is contained in:
parent
4188bdc3ce
commit
058ddd1a69
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ if [[ "$INPUT_CAPTURE_STDOUT" == 'true' ]]; then
|
|||
echo 'stdout<<EOF' >> $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
|
||||
|
|
Loading…
Add table
Reference in a new issue