at-wat/Assets sync
Deploy asset files to multiple repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repos | Space separated list of target repository slugs. | yes | — |
| github_token | GITHUB_TOKEN. | yes | — |
| git_user | User name of commit author. | yes | — |
| git_email | E-mail address of commit author. | yes | — |
| commit_message | Commit message of generated commits. Defaults to 'Update assets to %v'. ('%v': version tag string) | — | — |
| branch | Branch name to which the changes are committed. Defaults to 'sync-assets-%v'. ('%v': version tag string) | — | — |
| root_dir | Root directory of the assets for this job. Defaults to 'root'. | — | — |
| rm | Files to be removed. | — | — |
| dryrun | Set true to run the job without pushing. | — | — |
| exclude_paths | Space separated list of excluded path globs. | — | — |
| force_push | Set true to force push sync branch. | — | — |
| push_interval | Push interval to avoid abuse detection. | — | — |
| script | Bash script to run in target repo before committing. ASSETS_DIR env var points to the source assets directory. | — | — |
Outputs
no outputs