Update action.yaml

This commit is contained in:
Kjeld Schouten-Lebbing 2022-04-03 15:02:35 +02:00 committed by GitHub
parent 32f949ecd6
commit 748030dfd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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