Update action.yml

This commit is contained in:
subochev 2025-05-20 05:19:04 +03:00
parent af2ae88828
commit 52cd302112

View File

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