Update action.yml

This commit is contained in:
subochev 2025-05-20 05:18:02 +03:00
parent 5b20d0d9d6
commit af2ae88828

View File

@ -36,7 +36,7 @@ runs:
HELM_RESULT_FILE: ${{ inputs.chart_directory }}/result
run: |
echo '!!!!!'
yq .name ${HELM_RESULT_FILE}
yq -e '.name' "${HELM_RESULT_FILE}"
echo '!!!!!!'
echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force"
curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" -d "@${HELM_FILE}" -v