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
This commit is contained in:
chrislu
2025-08-05 08:39:53 -07:00
parent a834327755
commit 26ef76b7b9

View File

@@ -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