rkeertishkumar/Repo Linker
Connects repositories by pulling from one and pushing to another, facilitating seamless linkage between GitHub repositories for synchronized content or data transfer within automated workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | URL of the source repository to pull data from. | yes | — |
| source-repo-branch | Branch name of the source repository from which data will be pulled. | yes | — |
| destination-repo | Repository name with owner of the destination repository to push data to. Example, actions/checkout | yes | — |
| destination-repo-branch | Branch name of the destination repository where data will be pushed. | yes | — |
| token | Access token or personal access token (PAT) with repository access for repo and workflows. | yes | — |
| git-user-name | GitHub username or the name to be associated with the commit when pushing to the destination repository. | yes | — |
| git-user-email | Email of the GitHub user for commit attribution when pushing to the destination repository. | yes | — |
Outputs
no outputs