1
0
Fork 0

Github Actions HELM auto

This commit is contained in:
Joao M 2022-09-02 06:30:10 +00:00
parent c5cb113f66
commit 7571f3dec5

View file

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