remove stderr, stdout works

This commit is contained in:
GammaGames 2024-11-25 11:47:21 -07:00
parent 4819506395
commit bd67bfa881
5 changed files with 54 additions and 83 deletions

View file

@ -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"