Skip to content

Commit 6c10a4a

Browse files
committed
ci: set git email for helm chart pushes
1 parent cf0892a commit 6c10a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/_build_functions.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function helm() {
1717
}
1818

1919
function set_up_github() {
20+
git config --global user.email "[email protected]"
2021
git config --global user.name "Continuous Integration [bot]"
2122
}
2223

0 commit comments

Comments
 (0)