Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.68 KB

File metadata and controls

56 lines (43 loc) · 2.68 KB

branding<icon:download-cloud color:gray-dark> GitHub Action: Get matrix ouput

Release%20by%20tagRelease%20by%20dateCommitOpen%20IssuesDownloads

Download matrix ouputs from artifacts, because GitHub action does not handle job outputs for matrix

- uses: hoverkraft-tech/[email protected]
  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.