mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Fix indentation and git username
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
5
.github/workflows/helm-release.yaml
vendored
5
.github/workflows/helm-release.yaml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user