Fix indentation and git username

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Juan José Mata
2025-12-13 20:02:27 +01:00
committed by GitHub
parent 9658745eb8
commit 47ab93de79

View File

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