From d86e1e040562bbf561955e5b4824609a20e90842 Mon Sep 17 00:00:00 2001 From: lisguo Date: Fri, 19 Jul 2024 14:59:15 -0400 Subject: [PATCH] use = --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 656135f..2b63c87 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -34,7 +34,7 @@ jobs: - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true' - run: ct lint --check-version-increment false --target-branch ${{ github.event.repository.default_branch }} + run: ct lint --check-version-increment=false --target-branch ${{ github.event.repository.default_branch }} # - name: Create kind cluster # if: steps.list-changed.outputs.changed == 'true'