lbussell/Simple File Sync
Synchronizes a file or directory from another git repository via Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token (needs read access on source repo, write access on target) | yes | — |
| source_repo | Source repository (owner/repo for GitHub, or full URL for any git host) | yes | — |
| source_path | Path to file or directory in source repository | yes | — |
| source_branch | Branch to sync from in the source repository (defaults to the default branch) | no | "" |
| target_path | Destination path in current repository (defaults to source_path) | no | "" |
| target_branch | Target branch for the PR | no | main |
Outputs
| name | description |
|---|---|
| pr_url | URL of the created or updated PR (empty if no changes) |
| pr_number | Number of the created or updated PR (empty if no changes) |