From 01a582cd8a403844ed7386281830792002f6efa3 Mon Sep 17 00:00:00 2001 From: Marlon Regenhardt Date: Fri, 9 Aug 2024 12:13:31 +0200 Subject: [PATCH] ci(Helm chart): Fix another file path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fd9239d..ddf6788e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: - name: Generate helm docs uses: losisin/helm-docs-github-action@v1 with: - chart-search-root: deployment%20templates + chart-search-root: "deployment templates" - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: