Update action.yml

This commit is contained in:
subochev 2025-05-20 05:24:45 +03:00
parent 7a297bf8d4
commit 82c0ab4e4c

View File

@ -37,7 +37,7 @@ runs:
run: |
yq --help
echo '!!!!!'
yq '.name' "${{ 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"
curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" -d "@${HELM_FILE}" -v