Skip to content

Latest commit

 

History

History
117 lines (73 loc) · 5.83 KB

File metadata and controls

117 lines (73 loc) · 5.83 KB

Icon GitHub Action: Get matrix outputs

Get matrix outputs

Marketplace Release License Stars PRs Welcome GitHub Verified Creator

Overview

Download matrix outputs 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@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"

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 © 2026 hoverkraft

For more details, see the license.


This documentation was automatically generated by CI Dokumentor.