alexclewontin/CIMQL Matrix Generator

Generate a GitHub Actions matrix from a cimql script or inline commands.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
scriptPath to a .cimql script file, relative to the workspace root. Mutually exclusive with commands; exactly one must be provided. `print gha` is appended automatically. no""
commandsInline cimql commands, one per line. Mutually exclusive with script; exactly one must be provided. `print gha` is appended automatically. Example: commands: | new [foo, bar] on d1 new [alpha, beta] on d2 no""
namedescription
matrixJSON string representing the generated matrix. Pass to fromJSON() in a strategy.matrix expression.