Skip to content

Commit 4bf5b5f

Browse files
authored
Merge pull request #11318 from strongjz/helm-workflow
Helm workflow fix position of options
2 parents 1e2e5e1 + 5d6a070 commit 4bf5b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
4242

4343
- name: Run chart-testing (lint)
44-
run: ct lint --config --target-branch ${{ github.ref_name }} ./.ct.yaml
44+
run: ct lint --target-branch ${{ github.ref_name }} --config ./.ct.yaml
4545

4646
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
4747
id: filter

0 commit comments

Comments
 (0)