From 5e14e807ac42b23ddf4fa1b65659a2b286f8b9c2 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 23 Aug 2023 00:14:06 +0200 Subject: [PATCH] WIP Signed-off-by: Simon L --- .github/workflows/lint-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-helm.yml b/.github/workflows/lint-helm.yml index cd8223b0..7f02e02e 100644 --- a/.github/workflows/lint-helm.yml +++ b/.github/workflows/lint-helm.yml @@ -25,7 +25,7 @@ jobs: - name: Run chart-testing (lint) id: lint - run: ct lint --debug --chart-dirs nextcloud-aio-helm-chart + run: ct lint --target-branch ${{ github.event.repository.default_branch }} --debug --chart-dirs nextcloud-aio-helm-chart - name: Create kind cluster uses: helm/kind-action@v1.8.0