From 0e0ec7551d69d25ed1bc8aaeed5eb4772c98c28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Sun, 14 Sep 2025 12:14:00 +0200 Subject: [PATCH] Fix actions --- .gitea/workflows/helm-lint.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/helm-lint.yaml b/.gitea/workflows/helm-lint.yaml index 1b0d418..c1bf280 100644 --- a/.gitea/workflows/helm-lint.yaml +++ b/.gitea/workflows/helm-lint.yaml @@ -17,6 +17,5 @@ jobs: uses: docker://alpine/helm:3.14.0 with: entrypoint: ["sh", "-c"] - args: | - echo "Running helm lint on duino-miner-helm chart" - helm lint ./ + args: + - echo "Running helm lint on duino-miner-helm chart" && helm lint ./