Skip to content

Commit

Permalink
going nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Feb 16, 2024
1 parent e17184d commit 90bc2b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/chart-releaser/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ inputs:
oci_password:
description: The OCI user's password
required: true
oci_name:
description: "Specifies name of the released helm chart. Defaults to the name from Chart.yaml"
required: false
github_token:
description: Github Actions token must be provided to manage release creation and update
required: true
Expand Down Expand Up @@ -75,10 +72,6 @@ runs:
args+=(--oci-username "${{ inputs.oci_username }}")
fi
if [[ -n "${{ inputs.oci_name }}" ]]; then
args+=(--oci-name "${{ inputs.oci_name }}")
fi
if [[ -n "${{ inputs.install_dir }}" ]]; then
args+=(--install-dir "${{ inputs.install_dir }}")
fi
Expand Down

0 comments on commit 90bc2b6

Please sign in to comment.