From 37c267eb96c0f1bb01c05c080f6e6333672f1f5e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 30 Mar 2022 20:57:05 +0200 Subject: [PATCH] Update charts-lint.yaml --- .github/workflows/charts-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 963298e5ef2..bdbaa66851a 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -82,7 +82,7 @@ jobs: uses: helm/chart-testing-action@v2.2.1 - name: Run chart-testing (lint) - run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix1.chart }} + run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix.chart }} lint-charts2: needs: @@ -116,7 +116,7 @@ jobs: uses: helm/chart-testing-action@v2.2.1 - name: Run chart-testing (lint) - run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix2.chart }} + run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix.chart }} # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7 lint_success: