mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 16:23:52 +00:00 
			
		
		
		
	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 <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									a8952ebe2a
								
							
						
					
					
						commit
						cec69ef231
					
				| @ -3,13 +3,13 @@ | |||||||
| [繁體中文](./README.zh-tw.md) | [繁體中文](./README.zh-tw.md) | ||||||
| [简体中文](./README.zh-cn.md) | [简体中文](./README.zh-cn.md) | ||||||
| 
 | 
 | ||||||
| [GitHub Action](https://github.com/features/actions) for executing remote ssh commands. | [GitHub Action](https://github.com/features/actions) for executing remote SSH commands. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
| [](https://github.com/appleboy/ssh-action/actions/workflows/main.yml) | [](https://github.com/appleboy/ssh-action/actions/workflows/main.yml) | ||||||
| 
 | 
 | ||||||
| This thing is built using [Golang](https://go.dev) and [drone-ssh](https://github.com/appleboy/drone-ssh). 🚀 | This project is built using [Golang](https://go.dev) and [drone-ssh](https://github.com/appleboy/drone-ssh). 🚀 | ||||||
| 
 | 
 | ||||||
| ## Input variables | ## Input variables | ||||||
| 
 | 
 | ||||||
| @ -49,12 +49,12 @@ 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 the environment variables with prefix value of `GITHUB_` and `INPUT_` to the 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         | | | request_pty               | Request a pseudo-terminal from the server                                                | false         | | ||||||
| 
 | 
 | ||||||
| ## Usage | ## Usage | ||||||
| 
 | 
 | ||||||
| Executing remote ssh commands. | Executing remote SSH commands. | ||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
| name: remote ssh command | name: remote ssh command | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user