docs: "Introduce `allenvs` option for shell script execution"

- Add a new option `allenvs` in the README to pass all environment variables to the shell script.

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2023-07-23 09:57:59 +08:00
parent 5ac43dd762
commit 8d9094f3b1
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +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 |
## Usage ## Usage