From 5ec61619e1f60881471a833160168b6e8b010128 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 19 Sep 2024 11:22:58 +0200 Subject: [PATCH] Change ElementBot mail to android@element.io --- .github/workflows/scripts/recordScreenshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/recordScreenshots.sh b/.github/workflows/scripts/recordScreenshots.sh index 35344aeab2..5af6d04e38 100755 --- a/.github/workflows/scripts/recordScreenshots.sh +++ b/.github/workflows/scripts/recordScreenshots.sh @@ -66,7 +66,7 @@ else fi if [[ -z ${INPUT_AUTHOR_EMAIL} ]]; then - git config user.email "benoitm+elementbot@element.io" + git config user.email "android@element.io" else git config --local user.name "${INPUT_AUTHOR_EMAIL}" fi