docs: describe true usage of allenvs parameter (#301)

This commit is contained in:
Kushal Dhakal 2024-03-16 07:28:37 +05:45 committed by GitHub
parent 9b978f09f2
commit 8a779a5b1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@ See [action.yml](./action.yml) for more detailed information.
| envs | Pass environment variables to shell script | |
| envs_format | Flexible configuration of environment value transfer | |
| 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 |
## Usage