Update action.yaml
This commit is contained in:
@@ -113,8 +113,4 @@ runs:
|
|||||||
CHARTS+=("${path_parts[1]}/${path_parts[2]}")
|
CHARTS+=("${path_parts[1]}/${path_parts[2]}")
|
||||||
done
|
done
|
||||||
|
|
||||||
# Remove duplicates
|
|
||||||
CHARTS=( `printf "%s\n" "${CHARTS[@]}" | sort -u` )
|
|
||||||
# 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