From a592288f829d27a7647f609912756e3b9bf63e64 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 23 Aug 2023 00:16:27 +0200 Subject: [PATCH] fix it 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 7f02e02e..6bcefd5e 100644 --- a/.github/workflows/lint-helm.yml +++ b/.github/workflows/lint-helm.yml @@ -32,4 +32,4 @@ jobs: - name: Run chart-testing (install) id: install - run: ct install --debug --chart-dirs nextcloud-aio-helm-chart + run: ct install --target-branch ${{ github.event.repository.default_branch }} --debug --chart-dirs nextcloud-aio-helm-chart