Update action.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user