Skip to content

Commit 767895a

Browse files
committed
Try quoting my way out of this ;-)
1 parent a086700 commit 767895a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: helm/chart-testing-action@v2.7.0
2727

2828
- name: Lint
29-
run: ct lint --charts charts/seq --set firstRunNoAuthentication=true
29+
run: "ct lint --charts charts/seq --helm-lint-extra-args '--set firstRunNoAuthentication=true'"
3030

3131
- name: Create Cluster
3232
uses: helm/kind-action@v1.2.0
3333

3434
- name: Install
35-
run: ct install --charts charts/seq --set firstRunNoAuthentication=true
35+
run: "ct install --charts charts/seq --helm-extra-args '--set firstRunNoAuthentication=true'"

0 commit comments

Comments
 (0)