studistcorporation/Repo File Sync
Synchronize files from GitHub repositories with environment variable substitution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to the configuration YAML file | no | .github/repo-file-sync.yaml |
| github-token | GitHub token for private repository access | no | ${{ github.token }} |
| dry-run | Show what would be downloaded without actually downloading | no | false |
| create-pr | Create a pull request with the synced files | no | false |
| pr-title | Title for the pull request | no | 🔄 Sync files from repositories |
| pr-body | Body for the pull request | no | Automated file sync from configured repositories |
| branch-name | Branch name for the pull request | no | sync/repo-files |
Outputs
| name | description |
|---|---|
| files-synced | List of synced files in format: repo:file,repo:file |