Skip to content
github-actions edited this page Dec 6, 2022 · 7 revisions

Copier

NOTE: This page is automatically generated by GitHub Actions when a new release is tagged.
Updates to the information on this page should be submitted as pull requests to the AutoPkg repository. Processors are located here.

Description

Copies source_path to destination_path.

Input Variables

  • source_path:
    • required: True
    • description: Path to a file or directory to copy. Can point to a path inside a .dmg which will be mounted. This path may also contain globbing patterns such as the wildcard '*', or '**' that matches optional subdirectories but only the first result will be returned.
  • destination_path:
    • required: True
    • description: Path to destination.
  • overwrite:
    • required: False
    • description: Whether the destination will be overwritten if necessary. Uses a boolean value.

Output Variables

Table of Contents

Clone this wiki locally