mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
remove stderr, stdout works
This commit is contained in:
parent
4819506395
commit
bd67bfa881
5 changed files with 54 additions and 83 deletions
|
@ -80,15 +80,10 @@ inputs:
|
|||
capture_stdout:
|
||||
description: "Capture the stdout of the commands."
|
||||
default: "false"
|
||||
capture_stderr:
|
||||
description: "Capture the stderr of the commands."
|
||||
default: "false"
|
||||
|
||||
outputs:
|
||||
stdout:
|
||||
description: 'Standard output of the executed commands.'
|
||||
stderr:
|
||||
description: 'Standard error of the executed commands.'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
@ -137,7 +132,6 @@ runs:
|
|||
INPUT_PROXY_CIPHER: ${{ inputs.proxy_cipher }}
|
||||
INPUT_SYNC: ${{ inputs.sync }}
|
||||
INPUT_CAPTURE_STDOUT: ${{ inputs.capture_stdout }}
|
||||
INPUT_CAPTURE_STDERR: ${{ inputs.capture_stderr }}
|
||||
|
||||
branding:
|
||||
icon: "terminal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue