mirror of
https://github.com/appleboy/scp-action.git
synced 2026-03-10 23:09:15 +00:00
docs: explain how strip_components works for english readme for now
This commit is contained in:
parent
7179e72a3f
commit
62e8be448b
@ -100,7 +100,7 @@ jobs:
|
||||
| source | Local files/directories to transfer (comma-separated) | - | Use explicit paths |
|
||||
| target | Target directory on remote server (must be a directory) | - | Avoid root directories |
|
||||
| rm | Remove target directory before upload | - | Use with caution |
|
||||
| strip_components | Remove leading path elements when extracting | - | |
|
||||
| strip_components | Remove leading path elements when extracting | 0 | The amount of path components to strip from the source path |
|
||||
| overwrite | Overwrite existing files with tar | - | |
|
||||
| tar_dereference | Follow symlinks with tar | - | |
|
||||
| tar_tmp_path | Temp path for tar file on destination | - | |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user