Remove deprecated charts-repo-url option (#123)

* Remove deprecated charts-repo-url option

Signed-off-by: James Tanner-McLeod <james.tanner@tanndev.com>

* empty commit to trigger ci

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

Signed-off-by: James Tanner-McLeod <james.tanner@tanndev.com>
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
James Tanner-McLeod
2022-11-30 18:41:42 +01:00
committed by GitHub
co-authored by David J. M. Karlsen
parent 38cfeacdbb
commit 89fff88708
2 changed files with 1 additions and 24 deletions
-7
View File
@@ -16,9 +16,6 @@ inputs:
description: The charts directory
required: false
default: charts
charts_repo_url:
description: "The GitHub Pages URL to the charts repo (default: https://<owner>.github.io/<repo>)"
required: false
install_dir:
description: "Where to install the cr tool"
required: false
@@ -47,10 +44,6 @@ runs:
args+=(--config "${{ inputs.config }}")
fi
if [[ -n "${{ inputs.charts_repo_url }}" ]]; then
args+=(--charts-repo-url "${{ inputs.charts_repo_url }}")
fi
if [[ -z "${{ inputs.install_dir }}" ]]; then
install="$RUNNER_TOOL_CACHE/cr/${{ inputs.version }}/$(uname -m)"
echo "$install" >> "$GITHUB_PATH"