From a19dcb66100eecf3dd109b8519ab57f8bb35294e Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Wed, 20 Apr 2022 20:53:00 +0000 Subject: [PATCH] . --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bda2729..0e77c57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -238,6 +238,7 @@ jobs: git config --global --add safe.directory "*" git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main + # needed to make checkout post cleanup succeed - name: Fix Checkout v3 uses: actions/checkout@v3 with: