cytopia/Git ref matrix action

GitHub Action to create a stringified build matrix for branches and tags.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repository_default_branchThe default branch of this repository to fetch latest tags from. Default: masternomaster
branchesComma separated list of branches to create build matrix for. Default: noneno""
tagsComma separated list of tags to create build matrix for. Default: noneno""
num_latest_tagsNumber of latest tags to add to build matrix. Default: 0no0
disable_refsA string flag (0 or 1 or false or true) to disable refs alltogether and return an empty matrix and has_refs=false.nofalse
namedescription
matrix(string) Stringified JSON build matrix for defined git refs. (list of strings)
has_refs(string) String flag ('true' or 'false') that tells if we have matrix (list not empty) refs or not (list empty).