aaronstanek/Yellow Chameleon

Synchronize a portion of a repository to match a portion of another repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 4, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: aaronstanek/yellow-chameleon@91fceeefb66568e6b399f95c99f9ca96728a224d # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
source-pathThe path within the source repository to pull content from. Always use a UNIX-style path. (Optional, defaults to root of repository)no
destination-repositoryThe repository to push content to. (Required)yes
destination-patA Personal Authentication Token for the destination-repository. (Required)yes
destination-pat-usernameThe username associated with the destination-pat. (Required)yes
git-nameThe name used when creating a commit in the destination-repository. (Required)yes
git-emailThe email used when creating a commit in the destination-repository. (Required)yes
is-piggybackedA flag to allow multiple runs in the same worker instance.nofalse

no outputs