From 5c0cd9d367c1684e9cf752ce146f080cc41b112b Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 5 Jul 2023 10:53:03 +0800 Subject: [PATCH] develop --- .github/workflows/develop_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop_ci.yml b/.github/workflows/develop_ci.yml index bd151f40..a7a176e5 100644 --- a/.github/workflows/develop_ci.yml +++ b/.github/workflows/develop_ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Fetch all branches - run: git fetch origin '+refs/pull/*/head:refs/remotes/origin/pr/*' + run: git fetch origin '+refs/pull/*/merge:refs/remotes/origin/pr/*' - name: Checkout pull request branch run: git checkout origin/pr/${{ github.pr_number }}