beacon-biosignals/Matrix Output
Collect outputs from each matrix job.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 9, 2026
- License
- MIT
Pinned Snippet
uses: beacon-biosignals/matrix-output@e7e337124face37359a51aa7dd8674c512936eef # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| yaml | A string representing YAML data. Typically, a simple dictionary of key/value pairs. | yes | — |
| debug | Enable debug logging for this specific action. | — | false |
Outputs
| name | description |
|---|---|
| json | A string representing a JSON list of dictionaries. Each dictionary in the list contains the output for a single job from the job matrix. The order of this list corresponds to the job index (i.e. `strategy.job-index`). |