From 9cbcea5d1bb614f71b0818d8825a68cb4763230c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Wed, 27 Jul 2022 08:21:24 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A7=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/collect-changes/action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index 1d4776d4..9c23f9f1 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -25,7 +25,7 @@ runs: list-files: shell filters: | addedOrModified: - - added|modified: 'src/charts/*/**' + - added|modified: 'charts/*/**' # - name: Collect changed charts # if: | @@ -50,8 +50,10 @@ runs: - name: Collect changed charts id: changed-charts shell: bash - working-directory: src run: | + pwd + ls + which ct CHARTS=$(ct list-changed --config .ci/ct/ct-lint.yaml) # Set output to changed charts printf "::set-output name=addedOrModifiedCharts::%s\n" "${CHARTS[*]}"