From 722c33df6246fe32a73f28a6b0054d934f3193bb Mon Sep 17 00:00:00 2001 From: kaltokri Date: Thu, 19 Oct 2023 18:53:52 +0200 Subject: [PATCH] Fixed wrong git config entries in build-docs.yml --- .github/workflows/build-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index e8cd1d248..0fdd08f6e 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -129,8 +129,8 @@ jobs: - name: Push result to docs repository if: ${{ vars.FORCE_PUSH == 'true' }} run: | - git config user.name "kaltokri" - git config user.email "rolf.geuenich@gmail.com" + git config user.name "MooseBotter" + git config user.email "moosebotter@tniedermeier.com" git add . git commit --allow-empty -m "Auto commit by GitHub Actions Workflow" git push --set-upstream origin master