Update action.yml
This commit is contained in:
parent
e294d44da5
commit
c89e1a2ba6
@ -45,3 +45,6 @@ runs:
|
||||
echo '!!!!!!'
|
||||
echo "File: @${RESULT_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force"
|
||||
curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" --data-binary "@${RESULT_FILE}" -v
|
||||
if [ $? -ne 0 ] then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user