1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

ci: update to use @tldr-bot for deploy (#5288)

This commit is contained in:
Owen Voke 2021-02-22 12:45:12 +00:00 committed by GitHub
parent 4feecb0f8f
commit d1affd5b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"