From fead742a57228a4c68b81bf9ad36b56fe3fe9d26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 07:03:31 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- actions/get-matrix-outputs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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** |