Update action.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-03 15:57:56 +02:00
committed by GitHub
parent 9b2f4cd302
commit 4c38f4d1c2
@@ -113,5 +113,6 @@ runs:
CHARTS+=("${path_parts[1]}/${path_parts[2]}")
done
# Set output to changed charts
echo "Changed charts: ${CHARTS[*]}"
printf "::set-output name=modifiedChartsAfterTag::%s\n" "${CHARTS[*]}"
fi