You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-08-10 13:09:48 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user