Merge pull request #3497 from element-hq/feature/bma/changeElementBotMail
Change ElementBot mail to android@element.io
This commit is contained in:
commit
3e4117cf84
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z ${INPUT_AUTHOR_EMAIL} ]]; then
|
if [[ -z ${INPUT_AUTHOR_EMAIL} ]]; then
|
||||||
git config user.email "benoitm+elementbot@element.io"
|
git config user.email "android@element.io"
|
||||||
else
|
else
|
||||||
git config --local user.name "${INPUT_AUTHOR_EMAIL}"
|
git config --local user.name "${INPUT_AUTHOR_EMAIL}"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue