chore(scp): add overwrite and tar_tmp_path

This commit is contained in:
Bo-Yi Wu
2019-09-29 01:42:21 +08:00
parent 722ddfc32b
commit f8189f0fbf
2 changed files with 7 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ inputs:
strip_components:
description: 'remove the specified number of leading path elements'
default: 0
overwrite:
description: 'use `--overwrite` flag with tar'
default: false
tar_tmp_path:
description: 'temporary path for tar file on the dest host'
runs:
using: 'docker'
image: 'Dockerfile'