Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions actions/get-matrix-outputs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job
<!-- start usage -->

```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: ""
```

<!-- end usage -->
<!-- start inputs -->

| **Input** | **Description** | **Default** | **Required** |
| -------------------------------- | ------------------------------------------------- | ----------------- | ------------ |
| **<code>artifact-name</code>** | The name of the artifact to download. | | **true** |
| **<code>remove-artifact</code>** | Define weather to remove the downloaded artifact. | <code>true</code> | **false** |
| **Input** | **Description** | **Default** | **Required** |
| -------------------------------- | --------------------------------------------------------------- | ----------------- | ------------ |
| **<code>artifact-name</code>** | The name of the artifact to download. | | **true** |
| **<code>remove-artifact</code>** | Define weather to remove the downloaded artifact after reading. | <code>true</code> | **false** |

<!-- end inputs -->
<!-- start outputs -->
Expand Down