Skip to content

Commit fe44be0

Browse files
committedMar 16, 2024··
docs: improve documentation and CI robustness
- Add backticks around `GITHUB_` and `INPUT_` in the README for clarity Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent c781418 commit fe44be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +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 the environment variables with prefix value of GITHUB_ and INPUT_ to the script | false |
50+
| allenvs | pass the environment variables with prefix value of `GITHUB_` and `INPUT_` to the script | false |
5151
| request_pty | Request a pseudo-terminal from the server | false |
5252

5353
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.