mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
make capturing optional
This commit is contained in:
parent
fbf2b7866a
commit
4172428f49
2 changed files with 30 additions and 7 deletions
|
@ -77,6 +77,12 @@ inputs:
|
|||
description: "pass all environment variable to shell script."
|
||||
request_pty:
|
||||
description: "Request a pseudo-terminal from the server."
|
||||
capture_stdout:
|
||||
description: "Capture the stdout of the commands."
|
||||
default: "false"
|
||||
capture_stderr:
|
||||
description: "Capture the stderr of the commands."
|
||||
default: "false"
|
||||
|
||||
outputs:
|
||||
stdout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue