This commit is contained in:
Chris Griffing 2026-06-23 14:17:00 -07:00 committed by GitHub
commit 721d5ab2e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ jobs:
| source | Local files/directories to transfer (comma-separated) | - | Use explicit paths | | source | Local files/directories to transfer (comma-separated) | - | Use explicit paths |
| target | Target directory on remote server (must be a directory) | - | Avoid root directories | | target | Target directory on remote server (must be a directory) | - | Avoid root directories |
| rm | Remove target directory before upload | - | Use with caution | | 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 | - | | | overwrite | Overwrite existing files with tar | - | |
| tar_dereference | Follow symlinks with tar | - | | | tar_dereference | Follow symlinks with tar | - | |
| tar_tmp_path | Temp path for tar file on destination | - | | | tar_tmp_path | Temp path for tar file on destination | - | |