actions-marketplace-validations/Sync files

This action syncs repository files with another repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 1, 2020
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/denis-tingaikin_sync-files@2e57ee1c72bba164aa6fc014e3b05bef1a8546f6 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
git-author-emailThe email of the committer.yes
git-author-nameThe name of the committer.yes
sync-repositoryThe GitHub repository with which synchronizing.yes
allow-files-patternThe regex pattern for files that allowed to update. By default all files..*
sync-branch-namemain
working-directory""
result-branch-namesync/${{ github.repository }}
exclude-filesSpace-separated paths of files that should be excluded from sync.""
sync-ignore-file-nameThe path to file in the destination repository that contains space-separated paths to files that should be excluded from sync..syncignore

no outputs