betonquest/Update Files
Updates all common project files by pulling them from a central repository and creating a pull request in the target repository if there are changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | The URL of the repository containing the common files. | — | https://github.com/BetonQuest/CommonProjectFiles |
| branch-name | The branch name to use for syncing changes. | — | CommonProjectFiles-Sync |
| ignored-files | A comma-separated list of additional files or directories to ignore during the sync process. Example: .github,custom-config.json | — | "" |
| include-default-ignored-files | A comma-separated list of entries from the default ignore list to re-add (i.e., include back during the sync). Example: LICENSE,README.md | — | "" |
| token | The GitHub token to use for cloning the target repository. | — | ${{ github.token }} |
Outputs
no outputs