From 7571f3dec568ffff42e1b0eb06a88b3255fde630 Mon Sep 17 00:00:00 2001 From: Joao M Date: Fri, 2 Sep 2022 06:30:10 +0000 Subject: [PATCH] Github Actions HELM auto --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ad8955..49d362f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,7 +147,7 @@ jobs: git add . git commit -m "[skip ci] Update from $CURRENT_VERSION to $TAG" git config user.name "$GITHUB_ACTOR CI/CD" - git config user.email "$(git log --pretty=format:'%ae' | head -n 1)" + git config user.email "info@byjg.com.br" git push fi