Update action.yml

This commit is contained in:
subochev 2025-05-20 05:21:02 +03:00
parent 52cd302112
commit b9bd055ac1

View File

@ -36,7 +36,7 @@ runs:
HELM_RESULT_FILE: ${{ inputs.chart_directory }}/result
run: |
echo '!!!!!'
yq -e '.name' "${{ inputs.chart_directory }}/Chart.yaml"
yq '.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