From 8d4a93e1f84cfac1b951ce0f8385325c7719c3d9 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 05:26:04 +0300 Subject: [PATCH] Update action.yml --- helm-publish/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-publish/action.yml b/helm-publish/action.yml index c88433b..efd0369 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -37,6 +37,7 @@ runs: run: | yq --help echo '!!!!!' + cat '${{ inputs.chart_directory }}/Chart.yaml' yq r "${{ inputs.chart_directory }}/Chart.yaml" '.name' echo '!!!!!!' echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force"