diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index 3b8522f2..563eccee 100644 --- a/actions/get-matrix-outputs/README.md +++ b/actions/get-matrix-outputs/README.md @@ -13,12 +13,12 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@v0.6.1 +- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@v0.7.1 with: # The name of the artifact to download. artifact-name: "" - # Define weather to remove the downloaded artifact. + # Define weather to remove the downloaded artifact after reading. # Default: true remove-artifact: "" ``` @@ -26,10 +26,10 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job -| **Input** | **Description** | **Default** | **Required** | -| -------------------------------- | ------------------------------------------------- | ----------------- | ------------ | -| **artifact-name** | The name of the artifact to download. | | **true** | -| **remove-artifact** | Define weather to remove the downloaded artifact. | true | **false** | +| **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** |