mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
rebase with upstream
This commit is contained in:
parent
551964ebda
commit
27b687e565
2 changed files with 15 additions and 1 deletions
|
@ -73,6 +73,12 @@ inputs:
|
|||
request_pty:
|
||||
description: "Request a pseudo-terminal from the server."
|
||||
|
||||
outputs:
|
||||
stdout:
|
||||
description: 'Standard output of the executed commands.'
|
||||
stderr:
|
||||
description: 'Standard error of the executed commands.'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue