Browse Source

github: Make docs commits as release bot

Jakob Borg 3 years ago
parent
commit
1242ac74ab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/update-docs-translations.yaml

+ 2 - 2
.github/workflows/update-docs-translations.yaml

@@ -18,8 +18,8 @@ jobs:
           go-version: ^1.17.6
           go-version: ^1.17.6
       - run: |
       - run: |
           set -euo pipefail
           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 translate
           bash build.sh prerelease
           bash build.sh prerelease
           git push
           git push