From 7f0bad017305b463002a0ad6e7bb664bf2f4e726 Mon Sep 17 00:00:00 2001 From: alefvanoon <53198048+alefvanoon@users.noreply.github.com> Date: Sun, 18 Sep 2022 15:44:10 +0430 Subject: [PATCH] Change git info --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6a667b4..65597baf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,10 @@ jobs: - name: Prepare for Compilation run: | - git config --global user.name "XelXen" - git config --global user.email "78258352+XelXen@users.noreply.github.com" + git config --global user.name "alefvanoon" + git config --global user.email "53198048+alefvanoon@users.noreply.github.com" git config --global credential.helper store - echo "https://XelXen:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials + echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials - name: Patch and Compile run: |