From 37bed2aa971b38317158ac9be9115a8cb1d5b500 Mon Sep 17 00:00:00 2001 From: Chris Berg Date: Mon, 10 Apr 2023 14:43:21 -0700 Subject: [PATCH] WIP --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 81fe7fc..18975fe 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: - name: Add Repository shell: bash run: | - helm repository add {{inputs.release}} {{inputs.repository}} + helm repo add {{inputs.release}} {{inputs.repository}} - name: Install Chart shell: bash run: |