Skip to content

Commit

Permalink
use =
Browse files Browse the repository at this point in the history
  • Loading branch information
lisguo committed Jul 19, 2024
1 parent 8ba9b4a commit d86e1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d86e1e0

Please sign in to comment.