From bd35b076dbce6140d32550da9d282801b1df0e62 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sun, 18 Aug 2024 19:18:35 +0200 Subject: [PATCH] +65 --- .github/workflows/upstream pretest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index c01d6755..cff80389 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -182,8 +182,8 @@ jobs: - name: remove old pretest branches run: | - git config --unset remote.origin.url - git config --unset remote.origin.fetch + # git config --unset remote.origin.url + # git config --unset remote.origin.fetch @@ -206,7 +206,7 @@ jobs: $main_repo_url = '${{ github.server_url }}/${{ github.repository }}' Write-Host "fetching commits of: $main_repo_url" git clone --filter=tree:0 $main_repo_url - git config list + git config --list --show-origin git fetch --all git branch -r