Download matrix outputs from artifacts, because GitHub Action does not handle job outputs for matrix. Workaround for https://github.com/orgs/community/discussions/26639.
- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@2334d395217f9811699dbd4ace9d8559e4d99e0d # 0.37.3
with:
# The name of the artifact to download.
# This input is required.
artifact-name: ""
# Define weather to remove the downloaded artifact after reading.
# Default: `true`
remove-artifact: "true"| Input | Description | Required | Default |
|---|---|---|---|
artifact-name |
The name of the artifact to download. | true | - |
remove-artifact |
Define weather to remove the downloaded artifact after reading. | false | true |
| Output | Description |
|---|---|
result |
The matrix combined JSON outputs. |
Contributions are welcome! Please see the contributing guidelines for more details.
This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
Copyright © 2026 hoverkraft
For more details, see the license.
This documentation was automatically generated by CI Dokumentor.