Skip to content

Commit 8d9094f

Browse files
committed
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 <[email protected]>
1 parent 5ac43dd commit 8d9094f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ See [action.yml](./action.yml) for more detailed information.
4747
| envs | Pass environment variables to shell script | |
4848
| envs_format | Flexible configuration of environment value transfer | |
4949
| debug | Enable debug mode | false |
50+
| allenvs | Pass all environment variables to shell script | false |
5051

5152
## Usage
5253

0 commit comments

Comments
 (0)