File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Inputs:
1111* ` owner ` The GitHub user or org that owns this repository, defaults to the owner in ` GITHUB_REPOSITORY ` env var
1212* ` repository ` The GitHub repository, defaults to the ` GITHUB_REPOSITORY ` env var
1313* ` branch ` The branch to publish charts, defaults to ` gh-pages `
14- * ` helm_version ` The Helm CLI version, defaults to the latest release
1514* ` target_dir ` The target directory to store the charts, defaults to ` . `
15+ * ` helm_version ` The Helm CLI version, defaults to the latest release
1616
1717## Examples
1818
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ inputs:
2323 branch :
2424 description : " The branch to publish charts, defaults to `gh-pages`"
2525 required : false
26- helm_version :
27- description : " The Helm CLI version"
28- required : false
2926 target_dir :
3027 description : " The target directory to store the charts, defaults to `.`"
3128 required : false
29+ helm_version :
30+ description : " The Helm CLI version"
31+ required : false
3232runs :
3333 using : ' docker'
3434 image : ' Dockerfile'
3939 - ${{ inputs.user }}
4040 - ${{ inputs.repository }}
4141 - ${{ inputs.branch }}
42- - ${{ inputs.helm_version }}
4342 - ${{ inputs.target_dir }}
43+ - ${{ inputs.helm_version }}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ CHARTS_URL=$3
99OWNER=$4
1010REPOSITORY=$5
1111BRANCH=$6
12- HELM_VERSION =$7
13- TARGET_DIR =$8
12+ TARGET_DIR =$7
13+ HELM_VERSION =$8
1414
1515CHARTS=()
1616CHARTS_TMP_DIR=$( mktemp -d)
You can’t perform that action at this time.
0 commit comments