From a28227e1c531553851ad95d7eeedceae4237dd52 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Thu, 9 May 2024 20:22:44 +0200 Subject: [PATCH] Dan => Arne --- .github/workflows/update_fork.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_fork.yml b/.github/workflows/update_fork.yml index f34a915c..eccc8217 100644 --- a/.github/workflows/update_fork.yml +++ b/.github/workflows/update_fork.yml @@ -18,8 +18,8 @@ jobs: - name: Set up Git user run: | - git config --global user.name "Dan Mateas" - git config --global user.email "dan@green-coding.berlin" + git config --global user.name "Arne Tarara" + git config --global user.email "arne@green-coding.io" - name: Add remote repository run: |