diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index b3bd2b0e445..ba78f7a98f5 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -113,8 +113,4 @@ runs: CHARTS+=("${path_parts[1]}/${path_parts[2]}") done - # Remove duplicates - CHARTS=( `printf "%s\n" "${CHARTS[@]}" | sort -u` ) - # Set output to changed charts printf "::set-output name=modifiedChartsAfterTag::%s\n" "${CHARTS[*]}" - fi