From e74e434dd530d10a683e0e1c513a08fea5e348c4 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 26 Apr 2024 18:21:49 +0200 Subject: [PATCH] resetting user.email and user.name --- .github/workflows/buildAndDeployWebsite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndDeployWebsite.yml b/.github/workflows/buildAndDeployWebsite.yml index 6011d980b8f..18560fab10a 100644 --- a/.github/workflows/buildAndDeployWebsite.yml +++ b/.github/workflows/buildAndDeployWebsite.yml @@ -15,8 +15,8 @@ jobs: token: ${{ secrets.HOW_BAD_IS_MY_BATCH_ACCESS_TOKEN }} - name: Configuring git run: | - git config --global user.email "Knoll_Frank@web.de" - git config --global user.name "FK" + git config --global user.email "<>" + git config --global user.name "no name" - name: Installing dependencies uses: conda-incubator/setup-miniconda@v2 with: