tsk-actions/take-item
Copy a folder or a file from a given source
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source location from where to copy folder/file. | yes | — |
| path | The path of the folder/file to copy | no | — |
| destination | Destination location for the folder/file being copied | yes | — |
Outputs
| name | description |
|---|---|
| src-path | Source path |
| dest-path | Destination path |