From da97f4c3e2ff5cac6d9c0d81dd06ffe3d7ea5739 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 26 Oct 2024 22:55:38 +0200 Subject: [PATCH] oop --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 4abd526..da6e101 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -38,8 +38,8 @@ jobs: - name: Configure Git run: | cd wiki - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "action@noreply.git.lgbt" + git config --local user.name "GitLGBT Action" - name: Commit and push changes to wiki run: |