Skip to content

Commit

Permalink
Merge pull request #11318 from strongjz/helm-workflow
Browse files Browse the repository at this point in the history
Helm workflow fix position of options
  • Loading branch information
strongjz committed Apr 26, 2024
2 parents 1e2e5e1 + 5d6a070 commit 4bf5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1

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

- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
Expand Down

0 comments on commit 4bf5b5f

Please sign in to comment.