docs: update README.md and improve code documentation

- Add a new entry for `request_pty` in the README.md file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-01-07 19:40:43 +08:00
parent d134a26a1f
commit 029f5b4aee
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

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