1
0
mirror of https://githubfast.com/appleboy/ssh-action synced 2024-10-31 15:46:30 +00:00
This commit is contained in:
Kushal Dhakal 2024-03-05 13:23:12 +00:00 committed by GitHub
commit 3a50d1435c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ See [action.yml](./action.yml) for more detailed information.
| envs | Pass environment variables to shell script | | | envs | Pass environment variables to shell script | |
| envs_format | Flexible configuration of environment value transfer | | | envs_format | Flexible configuration of environment value transfer | |
| debug | Enable debug mode | false | | debug | Enable debug mode | false |
| allenvs | Pass all environment variables to shell script | false | | allenvs | pass the environment variables with prefix value of GITHUB_ and INPUT_ to the script | false |
| request_pty | Request a pseudo-terminal from the server | false | | request_pty | Request a pseudo-terminal from the server | false |
## Usage ## Usage