Browse Source

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
pull/7084/head
chrislu 2 months ago
parent
commit
26ef76b7b9
  1. 2
      .github/workflows/helm_chart_release.yml

2
.github/workflows/helm_chart_release.yml

@ -21,3 +21,5 @@ jobs:
target_dir: helm target_dir: helm
branch: gh-pages branch: gh-pages
helm_version: v3.18.4 helm_version: v3.18.4
commit_username: chrislusf
commit_email: chrislusf@users.noreply.github.com
Loading…
Cancel
Save