kbrashears5/File Sync
Github Action to sync files across repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REPOSITORIES | Github repositories to sync files to. Optionally provide a branch with @branchName after the repo name. Default is default branch of the repository | yes | — |
| FILES | Files to sync to repositories | yes | — |
| TOKEN | Personal access token with Repo privileges | yes | — |
| PULL_REQUEST_BRANCH_NAME | Branch name to submit pull request to | no | "" |
| PULL_REQUEST_LABEL | Label to apply to any created pull request | no | "" |
| GIT_EMAIL | Email to use for Git | no | 41898282+github-actions[bot]@users.noreply.github.com |
| GIT_USERNAME | Username to use for Git | no | github-actions[bot] |
Outputs
no outputs