From 76a4ce2243ca397e2444124c4834b9aaac02de1d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 28 May 2023 17:45:22 +0200 Subject: [PATCH] Update action.yaml Signed-off-by: Kjeld Schouten --- .github/actions/collect-changes/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index 5792920408d..0346308bb91 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -107,7 +107,7 @@ runs: # Remove duplicates CHARTS=( `printf "%s\n" "${CHARTS[@]}" | sort -u` ) # Set output to changed charts - printf "::set-output name=addedOrModified::%s\n" "${CHARTS[*]}" + printf "::set-output name=addedOrModifiedAfterTag::%s\n" "${CHARTS[*]}" echo "Number of detected changed charts: ${#CHARTS[@]}" if [ ${#CHARTS[@]} -eq 0 ] || [ "${CHARTS[0]}" = " " ] || [ "${CHARTS[0]}" = "/" ]; then