Trying to fix the charts-changelog.

This commit is contained in:
Skyler Mäntysaari 2023-06-28 13:03:55 +03:00
parent 729fecd90d
commit 3f6aa1e3e8

View file

@ -29,7 +29,7 @@ jobs:
run: |
IN_CHARTS=(${{ inputs.modifiedCharts }})
CHARTS=($(python -c 'import sys;a=sys.argv[1].translate(str.maketrans("","","[]")).split(",");print(" ".join(a))' $IN_CHARTS))
for i in "charts/${CHARTS[@]}"
for i in charts/"${CHARTS[@]}"
do
IFS='/' read -r -a chart_parts <<< "$i"
./.github/scripts/check-releasenotes.sh "${chart_parts[0]}/${chart_parts[1]}"