diff options
| author | chrislu <chris.lu@gmail.com> | 2025-08-05 08:39:53 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-08-05 08:39:53 -0700 |
| commit | 26ef76b7b99fd699dcc6f5189ae20d3121ddd604 (patch) | |
| tree | c7b61f8a1a7b5fb04b1c960c3a7932808973e8b5 | |
| parent | a834327755563f66dff783894aa3e441f80b8843 (diff) | |
| download | seaweedfs-26ef76b7b99fd699dcc6f5189ae20d3121ddd604.tar.xz seaweedfs-26ef76b7b99fd699dcc6f5189ae20d3121ddd604.zip | |
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
| -rw-r--r-- | .github/workflows/helm_chart_release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
