wadackel/Files Sync
A customizable action that synchronizes files across multiple repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Personal Access Token to use to create file sync and PR. Required if `GITHUB_APP_*` is not specified. | yes | — |
| github_api_url | API URL of the GitHub server. | — | https://api.github.com |
| config_file | The path for the sync configuration file. | — | .github/files-sync-config.yaml |
Outputs
| name | description |
|---|---|
| pull_request_urls | URL array of PRs created to synchronize files. |
| synced_files | An array of all synchronized file names. |