mirror of
https://github.com/appleboy/scp-action.git
synced 2025-07-28 16:51:33 +00:00
chore(scp): add overwrite and tar_tmp_path
This commit is contained in:
@ -38,6 +38,8 @@ see the [action.yml](./action.yml) file for more detail imformation.
|
||||
* source - scp file list
|
||||
* rm - remove target folder before upload data
|
||||
* strip_components - remove the specified number of leading path elements.
|
||||
* overwrite - use `--overwrite` flag with tar
|
||||
* tar_tmp_path - temporary path for tar file on the dest host
|
||||
|
||||
### Example
|
||||
|
||||
|
Reference in New Issue
Block a user