aaronstanek/Yellow Chameleon
Synchronize a portion of a repository to match a portion of another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 4, 2024
- License
- MIT
Pinned Snippet
uses: aaronstanek/yellow-chameleon@91fceeefb66568e6b399f95c99f9ca96728a224d # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-path | The path within the source repository to pull content from. Always use a UNIX-style path. (Optional, defaults to root of repository) | no | — |
| destination-repository | The repository to push content to. (Required) | yes | — |
| destination-pat | A Personal Authentication Token for the destination-repository. (Required) | yes | — |
| destination-pat-username | The username associated with the destination-pat. (Required) | yes | — |
| git-name | The name used when creating a commit in the destination-repository. (Required) | yes | — |
| git-email | The email used when creating a commit in the destination-repository. (Required) | yes | — |
| is-piggybacked | A flag to allow multiple runs in the same worker instance. | no | false |
Outputs
no outputs