Update Git user email for automation commits

This commit is contained in:
Armin Schrenk
2026-02-19 12:04:36 +01:00
committed by GitHub
parent 3fb0e9328f
commit ee5165320d

View File

@@ -167,7 +167,7 @@ jobs:
- name: Commit and push
run: |
git config user.name "cryptobot"
git config user.email "automation@cryptomator.org"
git config user.email "cryptobot@users.noreply.github.com"
git config push.autoSetupRemote true
git stage .
git commit -m "Prepare release ${VERSION}"