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:
Bo-Yi Wu
2023-04-09 11:57:45 +08:00
committed by GitHub
parent 98930d398c
commit 51b937b31f
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ inputs:
default: false
tar_tmp_path:
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:
description: 'ssh proxy remote host'
proxy_port: