We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0892a commit 6c10a4aCopy full SHA for 6c10a4a
ci/_build_functions.sh
@@ -17,6 +17,7 @@ function helm() {
17
}
18
19
function set_up_github() {
20
+ git config --global user.email "[email protected]"
21
git config --global user.name "Continuous Integration [bot]"
22
23
0 commit comments