From d2eff1d45ad439d12eece4535fd4e4f21fcc9d76 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Mon, 24 Apr 2023 17:04:27 +0200 Subject: [PATCH] adding target branch for testing lint action Signed-off-by: JesseBot --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 1dad2acd..732d9fb1 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -41,7 +41,7 @@ jobs: - name: Run chart-testing (lint) id: lint if: steps.list-changed.outputs.changed == 'true' - run: ct lint --config ct.yaml + run: ct lint --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster uses: helm/kind-action@v1.5.0