Skip to content

Commit

Permalink
github: Make docs commits as release bot
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Jan 12, 2022
1 parent 3bfd41c commit 1242ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs-translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1242ac7

Please sign in to comment.