GitHub Action: Get matrix ouput
Download matrix ouputs from artifacts, because GitHub Action does not handle job outputs for matrix
- uses: hoverkraft-tech/ci-github-common@0.22.0
with:
# Description: The name of the artifact to download.
#
artifact-name: ""
# Description: Define weather to remove the downloaded artifact after reading.
#
# Default: true
remove-artifact: ""
Input | Description | Default | Required |
---|---|---|---|
artifact-name |
The name of the artifact to download. | true | |
remove-artifact |
Define weather to remove the downloaded artifact after reading. | true |
false |
Output | Description |
---|---|
result |
The matrix combined JSON outputs. |