Update action.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-03 15:14:58 +02:00
committed by GitHub
parent fac0079fa3
commit c80233cfae
+2 -1
View File
@@ -112,5 +112,6 @@ runs:
IFS='/' read -r -a path_parts <<< "${CHARTPATH}" IFS='/' read -r -a path_parts <<< "${CHARTPATH}"
CHARTS+=("${path_parts[1]}/${path_parts[2]}") CHARTS+=("${path_parts[1]}/${path_parts[2]}")
done done
# Set output to changed charts
printf "::set-output name=modifiedChartsAfterTag::%s\n" "${CHARTS[*]}" printf "::set-output name=modifiedChartsAfterTag::%s\n" "${CHARTS[*]}"
fi