Update action.yaml
This commit is contained in:
parent
fac0079fa3
commit
c80233cfae
|
@ -112,5 +112,6 @@ runs:
|
|||
IFS='/' read -r -a path_parts <<< "${CHARTPATH}"
|
||||
CHARTS+=("${path_parts[1]}/${path_parts[2]}")
|
||||
done
|
||||
|
||||
# Set output to changed charts
|
||||
printf "::set-output name=modifiedChartsAfterTag::%s\n" "${CHARTS[*]}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue