File tree Expand file tree Collapse file tree
actions/helm/parse-chart-uri Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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<!--
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/] -->
You can’t perform that action at this time.
0 commit comments