From 883cdbfdf1279d124507bfa7ed1f9007c18789c7 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 05:00:39 +0300 Subject: [PATCH] Update action.yml --- helm-publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-publish/action.yml b/helm-publish/action.yml index 387cffa..9e1201e 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -37,4 +37,4 @@ runs: ls ${{ inputs.chart_directory }} -l ls ${HELM_FILE} echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force" - curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" --data-binary @"${HELM_FILE}" -v + curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" -d @"${HELM_FILE}" -v