GitHub Action: Get matrix ouput
Overview
Download matrix ouputs from artifacts, because GitHub Action does not handle job outputs for matrix. Workaround for https://github.com/orgs/community/discussions/26639.
Usage
- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@bab8450e2ad87c10a8145b9d43261b1f7d4d6e19 # 0.27.0
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"
Inputs
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 |
Outputs
Output | Description |
---|---|
result |
The matrix combined JSON outputs. |
Contributing
Contributions are welcome! Please see the contributing guidelines for more details.
License
This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
Copyright © 2025 hoverkraft
For more details, see the license.
This documentation was automatically generated by CI Dokumentor.