Skip to content

Commit 2b67370

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5fbed5d commit 2b67370

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

actions/helm/parse-chart-uri/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!-- start title -->
22

3-
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:upload-cloud color:gray-dark>" /> GitHub Action: Parse chart URI
3+
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:link color:gray-dark>" /> GitHub Action: Parse chart URI
44

55
<!-- end title -->
66
<!--
77
// jscpd:ignore-start
88
-->
99
<!-- markdownlint-disable MD013 -->
1010
<!-- start badges -->
11+
12+
<a href="https%3A%2F%2Fgithub.com%2Fhoverkraft-tech%2Fci-github-container%2Freleases%2Flatest"><img src="https://img.shields.io/github/v/release/hoverkraft-tech/ci-github-container?display_name=tag&sort=semver&logo=github&style=flat-square" alt="Release%20by%20tag" /></a><a href="https%3A%2F%2Fgithub.com%2Fhoverkraft-tech%2Fci-github-container%2Freleases%2Flatest"><img src="https://img.shields.io/github/release-date/hoverkraft-tech/ci-github-container?display_name=tag&sort=semver&logo=github&style=flat-square" alt="Release%20by%20date" /></a><img src="https://img.shields.io/github/last-commit/hoverkraft-tech/ci-github-container?logo=github&style=flat-square" alt="Commit" /><a href="https%3A%2F%2Fgithub.com%2Fhoverkraft-tech%2Fci-github-container%2Fissues"><img src="https://img.shields.io/github/issues/hoverkraft-tech/ci-github-container?logo=github&style=flat-square" alt="Open%20Issues" /></a><img src="https://img.shields.io/github/downloads/hoverkraft-tech/ci-github-container/total?logo=github&style=flat-square" alt="Downloads" />
13+
1114
<!-- end badges -->
1215
<!-- markdownlint-enable MD013 -->
1316
<!--
@@ -20,6 +23,15 @@
2023
## Usage
2124

2225
<!-- start usage -->
26+
27+
```yaml
28+
- uses: hoverkraft-tech/[email protected]
29+
with:
30+
# Description: Chart URI to parse
31+
#
32+
uri: ""
33+
```
34+
2335
<!-- end usage -->
2436
2537
## Permissions
@@ -29,8 +41,20 @@ This action does not requires any permissions.
2941
## Inputs
3042
3143
<!-- start inputs -->
44+
45+
| **Input** | **Description** | **Default** | **Required** |
46+
| ---------------- | ------------------ | ----------- | ------------ |
47+
| <code>uri</code> | Chart URI to parse | | **true** |
48+
3249
<!-- end inputs -->
3350
<!-- start outputs -->
51+
52+
| **Output** | **Description** |
53+
| ----------------------- | -------------------------------- |
54+
| <code>repository</code> | Repository part of the chart URI |
55+
| <code>name</code> | Name part of the chart URI |
56+
| <code>version</code> | Version part of the chart URI |
57+
3458
<!-- end outputs -->
3559
<!-- start [.github/ghadocs/examples/] -->
3660
<!-- end [.github/ghadocs/examples/] -->

0 commit comments

Comments
 (0)