From 26ef76b7b99fd699dcc6f5189ae20d3121ddd604 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 5 Aug 2025 08:39:53 -0700 Subject: [PATCH] Fix helm-gh-pages action configuration - Add missing commit_username and commit_email parameters - This should resolve the 'gzip: invalid magic' error in the Helm GitHub Pages action --- .github/workflows/helm_chart_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helm_chart_release.yml b/.github/workflows/helm_chart_release.yml index d3f4b9975..cb43c0705 100644 --- a/.github/workflows/helm_chart_release.yml +++ b/.github/workflows/helm_chart_release.yml @@ -21,3 +21,5 @@ jobs: target_dir: helm branch: gh-pages helm_version: v3.18.4 + commit_username: chrislusf + commit_email: chrislusf@users.noreply.github.com