Browse Source

Change ElementBot mail to android@element.io

pull/3497/head
Benoit Marty 4 weeks ago
parent
commit
197fe9b2e2
  1. 2
      .github/workflows/scripts/recordScreenshots.sh

2
.github/workflows/scripts/recordScreenshots.sh

@ -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…
Cancel
Save