ok-oldking/Partial Repo Sync Action

Syncs a specified subset of files and Git state (tags, commits) from a source repo to one or more target repos based on a Git tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
reposA multiline list of target repository URLs to sync to.yes
sync_listPath to a file in the source repository that lists files and directories to sync, one per line.yes
tagThe Git tag in the source repository that triggers the sync. The action will sync the state of this tag.yes
gitignore_filea special git ignore file to be renamed to .gitignore in the target repo.no
show_authorshow author in the combined commit messages, default to true.notrue
namedescription
start_tagThe changes's starting tag, exlusive.
end_tagThe changes's starting tag, inclusive.
changesThe generated commit message containing the summary of changes since the last synced tag.
changes_with_asteriskThe generated commit message containing the summary of changes since the last synced tag, with an * in front of each line for mark down