From 4c38f4d1c2d3797b4495d2d8d392306c556976de Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 3 Apr 2022 15:57:56 +0200 Subject: [PATCH] Update action.yaml --- .github/actions/collect-changes/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index 3e99bba4080..e6cf4ee7148 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -113,5 +113,6 @@ runs: CHARTS+=("${path_parts[1]}/${path_parts[2]}") done # Set output to changed charts + echo "Changed charts: ${CHARTS[*]}" printf "::set-output name=modifiedChartsAfterTag::%s\n" "${CHARTS[*]}" fi