illinois/local-copy

Locally copy files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
src_pathA 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_pathA 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""
copyA 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

no outputs