From 477b13c0c97d2ca0706f90c367a14351a391947e Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Mon, 24 Apr 2023 17:08:05 +0200 Subject: [PATCH] update install chart test GHA to use default branch param --- .github/workflows/lint-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 732d9fb1..b91e4f08 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -52,4 +52,6 @@ jobs: - name: Run chart-testing (install) id: install if: steps.list-changed.outputs.changed == 'true' - run: ct install --config ct.yaml + run: ct install --target-branch ${{ github.event.repository.default_branch }} + +