From 1242ac74ab77d7476b7d5d641f8bfbd5b5c60948 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 12 Jan 2022 21:56:21 +0100 Subject: [PATCH] github: Make docs commits as release bot --- .github/workflows/update-docs-translations.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml index ff9a0135e..2b758ba7b 100644 --- a/.github/workflows/update-docs-translations.yaml +++ b/.github/workflows/update-docs-translations.yaml @@ -18,8 +18,8 @@ jobs: go-version: ^1.17.6 - run: | set -euo pipefail - git config --global user.name 'Syncthing Automation' - git config --global user.email 'automation@syncthing.net' + git config --global user.name 'Syncthing Release Automation' + git config --global user.email 'release@syncthing.net' bash build.sh translate bash build.sh prerelease git push