Skip to content

Commit 9571261

Browse files
authored
Merge pull request #3497 from element-hq/feature/bma/changeElementBotMail
Change ElementBot mail to [email protected]
2 parents 929cefa + 197fe9b commit 9571261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/recordScreenshots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ else
6666
fi
6767

6868
if [[ -z ${INPUT_AUTHOR_EMAIL} ]]; then
69-
git config user.email "benoitm+elementbot@element.io"
69+
git config user.email "android@element.io"
7070
else
7171
git config --local user.name "${INPUT_AUTHOR_EMAIL}"
7272
fi

0 commit comments

Comments
 (0)