denis-tingaikin/Sync files
This action syncs repository files with another repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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