From 150e9237fba2e88d1b311ff0c68524703d629ec1 Mon Sep 17 00:00:00 2001 From: muczc1wek <110698397+muczc1wek@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:44:19 +0200 Subject: [PATCH] Change Nekobot name and email --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9760e4..f78338c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,8 +65,8 @@ jobs: run: | New-Item -ItemType Directory -Force -Path ~/.ssh ssh-keyscan github.com >> ~/.ssh/known_hosts - git config --global user.name "Nekobot" - git config --global user.email "nekobot-service.noreply@silveroreteam.pl" + git config --global user.name "Nekowiec" + git config --global user.email "programisci@silveroreteam.pl" git remote set-url origin git@github.com:Silver-Ore-Team/zMultilogue.git git fetch --all git checkout ${{ inputs.push-version-branch }}