From ee5165320dd0600c66e131193314ebfa8a431395 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 19 Feb 2026 12:04:36 +0100 Subject: [PATCH] Update Git user email for automation commits --- .github/workflows/linux-makepkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-makepkg.yml b/.github/workflows/linux-makepkg.yml index 2dca01f57..338fab9e7 100644 --- a/.github/workflows/linux-makepkg.yml +++ b/.github/workflows/linux-makepkg.yml @@ -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}"