From 7a32133b93583ee71c1092f6cfff44c2641ab923 Mon Sep 17 00:00:00 2001 From: lbonaldo Date: Mon, 16 Oct 2023 15:14:19 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14214786b8..76e89b68ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,10 @@ jobs: run: | git checkout -b ${GITHUB_REF#refs/heads/}-testlogs mkdir test/Logs; cd test/Logs - git config --local user.name GenXProject - git config --local user.email "84470580+GenXProject@users.noreply.github.com" git config --global init.defaultBranch main git init + git config --local user.name GenXProject + git config --local user.email "84470580+GenXProject@users.noreply.github.com" git remote add testlog https://github.com/GenXProject/GenX-testlog.git git pull testlog main if [ -d Logs_v${{ matrix.version }} ]; then