illinois/local-copy
Locally copy files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src_path | A path from $GITHUB_WORKSPACE$ to a directory that where the files to be copied are located. For copying files, the path to this directory will be prepended onto the path for any files listed in `from`. For cases where the files that are copied are not all in the same directory, `src_path` should not be modified from its default. | no | "" |
| dst_path | A path from $GITHUB_WORKSPACE$ to a directory that where the files to be copied to are located. For copying files, the path to this directory will be prepended onto the path for any files listed in `to`. For cases where the destinations for copied files are not all in the same directory, `dst_path` should not be modified from its default. | no | "" |
| copy | A comma separated list of source and destination pairings for copying a file. Each pairing is of the format <from>:<to>. $GITHUB_WORKSPACE$ is treated as the base directory, unless `src_path` and `dst_path` are specified. | yes | — |
Outputs
no outputs