feat: add new input for tar executable path (#102)
- Add new input `tar_exec` with description and default value fix https://github.com/appleboy/drone-scp/issues/137 fix https://github.com/appleboy/scp-action/issues/83
This commit is contained in:
		| @@ -51,6 +51,7 @@ See the [action.yml](./action.yml) file for more detail information. | |||||||
| * strip_components - remove the specified number of leading path elements. | * strip_components - remove the specified number of leading path elements. | ||||||
| * overwrite - use `--overwrite` flag with tar | * overwrite - use `--overwrite` flag with tar | ||||||
| * tar_tmp_path - temporary path for tar file on the dest host | * tar_tmp_path - temporary path for tar file on the dest host | ||||||
|  | * tar_exec - path to tar executable on the dest host. default is `tar` | ||||||
| * use_insecure_cipher - include more ciphers with use_insecure_cipher (see [#15](https://github.com/appleboy/scp-action/issues/15)) | * use_insecure_cipher - include more ciphers with use_insecure_cipher (see [#15](https://github.com/appleboy/scp-action/issues/15)) | ||||||
|  |  | ||||||
| SSH Proxy Setting: | SSH Proxy Setting: | ||||||
|   | |||||||
| @@ -46,6 +46,9 @@ inputs: | |||||||
|     default: false |     default: false | ||||||
|   tar_tmp_path: |   tar_tmp_path: | ||||||
|     description: 'temporary path for tar file on the dest host' |     description: 'temporary path for tar file on the dest host' | ||||||
|  |   tar_exec: | ||||||
|  |     description: 'temporary path for tar file on the dest host' | ||||||
|  |     default: 'tar' | ||||||
|   proxy_host: |   proxy_host: | ||||||
|     description: 'ssh proxy remote host' |     description: 'ssh proxy remote host' | ||||||
|   proxy_port: |   proxy_port: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
					Bo-Yi Wu