From d1affd5b365303e0687459d398a4699a9cfaf961 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 22 Feb 2021 12:45:12 +0000 Subject: [PATCH] ci: update to use @tldr-bot for deploy (#5288) --- scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7f976fed7..7312bbb5a 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -13,8 +13,8 @@ function initialize { export SITE_REPO_SLUG="tldr-pages/tldr-pages.github.io" # Configure git. - git config --global user.email "actions@github.com" - git config --global user.name "GitHub Actions" + git config --global user.email "tldrbotgithub@gmail.com" + git config --global user.name "tldr bot" git config --global push.default simple git config --global diff.zip.textconv "unzip -c -a"