alexclewontin/CIMQL Matrix Generator
Generate a GitHub Actions matrix from a cimql script or inline commands.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | Path 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 | "" |
| commands | Inline 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 | "" |
Outputs
| name | description |
|---|---|
| matrix | JSON string representing the generated matrix. Pass to fromJSON() in a strategy.matrix expression. |