actions-marketplace-validations/Mirror files action

GitHub action to easily mirror files between repositories.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
git_author_nameGIT_AUTHOR_NAME or github.actorno${{github.actor}}
git_author_emailGIT_AUTHOR_EMAIL or github.event.pusher.emailno${{github.event.pusher.email}}
git_committer_nameGIT_COMMITTER_NAME or inputs.git_author_nameno
git_committer_emailGIT_COMMITTER_EMAIL or inputs.git_author_emailno
github_tokenRequired unless env.GITHUB_TOKEN is set. Generate an access token, then add to your repository secrets.no
source_filesSpecify an [extended] glob pattern of matching files to copy.yes
source_repoOptionally specify a different repository source to copy files from.no
target_repoSpecify the target repository. The owner will match the source repo if only the name is given.yes
target_pathOptionally specify a different target file path other than the repository root.no
source_branchOptionally specify a source branch of your repository.no
target_branchOptionally specify a target branch of the target repo.no
branchSpecify if both branches are the same, but differ from the default.nomain
commit_messageThe git commit --message to appear on the target repository.no

no outputs