Update action.yml

This commit is contained in:
subochev 2025-05-20 05:26:04 +03:00
parent 82c0ab4e4c
commit 8d4a93e1f8

View File

@ -37,6 +37,7 @@ runs:
run: | run: |
yq --help yq --help
echo '!!!!!' echo '!!!!!'
cat '${{ inputs.chart_directory }}/Chart.yaml'
yq r "${{ inputs.chart_directory }}/Chart.yaml" '.name' yq r "${{ inputs.chart_directory }}/Chart.yaml" '.name'
echo '!!!!!!' echo '!!!!!!'
echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force" echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force"