You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): standardize terminology and capitalization across project
- Capitalize "SSH" in multiple instances for consistency
- Change "This thing" to "This project" for clarity and professionalism
- Capitalize "Pass" in the description of the `allenvs` option
Signed-off-by: appleboy <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
[繁體中文](./README.zh-tw.md)
4
4
[简体中文](./README.zh-cn.md)
5
5
6
-
[GitHub Action](https://github.com/features/actions) for executing remote ssh commands.
6
+
[GitHub Action](https://github.com/features/actions) for executing remote SSH commands.
7
7
8
8

9
9
10
10
[](https://github.com/appleboy/ssh-action/actions/workflows/main.yml)
11
11
12
-
This thing is built using [Golang](https://go.dev) and [drone-ssh](https://github.com/appleboy/drone-ssh). 🚀
12
+
This project is built using [Golang](https://go.dev) and [drone-ssh](https://github.com/appleboy/drone-ssh). 🚀
13
13
14
14
## Input variables
15
15
@@ -49,12 +49,12 @@ See [action.yml](./action.yml) for more detailed information.
49
49
| envs | Pass environment variables to shell script ||
50
50
| envs_format | Flexible configuration of environment value transfer ||
51
51
| debug | Enable debug mode | false |
52
-
| allenvs |pass the environment variables with prefix value of `GITHUB_` and `INPUT_` to the script | false |
52
+
| allenvs |Pass the environment variables with prefix value of `GITHUB_` and `INPUT_` to the script | false |
53
53
| request_pty | Request a pseudo-terminal from the server | false |
0 commit comments