shoppingjaws/Repository File Sync
Synchronize files from source repositories and create a PR with changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to the configuration file | no | .github/repo-file-sync.yaml |
| token | GitHub token for authentication | no | ${{ github.token }} |
| branch-name | Fixed branch name for synchronization (no timestamp) | no | repo-file-sync |
| branch-prefix | [DEPRECATED] Use branch-name instead | no | "" |
| commit-message | Commit message for synchronized files | no | chore: sync files from source repositories |
| pr-title | Title for the Pull Request | no | chore: sync files from source repositories |
Outputs
| name | description |
|---|---|
| pr-number | Created Pull Request number (empty if no changes) |
| pr-url | Created Pull Request URL (empty if no changes) |
| files-synced | Number of files synchronized |
| changes-detected | Whether changes were detected (true or false) |