From 47ab93de7902c58a19190dc86c57ea5570c910bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Sat, 13 Dec 2025 20:02:27 +0100 Subject: [PATCH] Fix indentation and git username MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .github/workflows/helm-release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index ba24ab5fc..ea12e6453 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -69,8 +69,11 @@ jobs: # Update index helm repo index gh-pages --url https://we-promise.github.io/sure --merge gh-pages/index.yaml - + # Push to gh-pages + git config --global user.email "sure-admin@sure.am" + git config --global user.name "sure-admin" + git config --global credential.helper cache cd gh-pages git add . git commit -m "Release nightly: ${{ steps.version.outputs.version }}"