actions-marketplace-validations/Sync files
This action syncs repository files with another repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 1, 2020
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/denis-tingaikin_sync-files@2e57ee1c72bba164aa6fc014e3b05bef1a8546f6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| git-author-email | The email of the committer. | yes | — |
| git-author-name | The name of the committer. | yes | — |
| sync-repository | The GitHub repository with which synchronizing. | yes | — |
| allow-files-pattern | The regex pattern for files that allowed to update. By default all files. | — | .* |
| sync-branch-name | — | — | main |
| working-directory | — | — | "" |
| result-branch-name | — | — | sync/${{ github.repository }} |
| exclude-files | Space-separated paths of files that should be excluded from sync. | — | "" |
| sync-ignore-file-name | The path to file in the destination repository that contains space-separated paths to files that should be excluded from sync. | — | .syncignore |
Outputs
no outputs