azulgarza/Sync Repos Action

An automated GitHub Action to sync files or directories across multiple repositories.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
target-repoThe GitHub repository where the files or directories need to be updated.yes
target-pathPath of the target file or directory in the target repository where the changes need to be reflected. It can be a file or a directory.yes
source-pathLocal path of the file or directory that contains the changes to be propagated. It can be a file or a directory.yes
branch-nameName of the new branch to be created for the changes.yes
github-tokenA GitHub token with appropriate permissions to create and manage PRs.yes
commit-messageMessage for the commit that includes the changes.yes
base-branchThe branch that the changes should be based off of. If not provided, defaults to 'main'.nomain
labelLabels to be applied to the PR for better categorization. Defaults to 'documentation' if not provided.nodocumentation
user-emailThe email address associated with the GitHub account performing the action. This will be used to associate the commits and pull request with this user.yes
user-nameThe username of the GitHub account performing the action. This will be reflected in the commits and pull request.yes

no outputs