This commit is contained in:
qiaofeng1227 2023-07-05 10:53:03 +08:00
parent 700710c7dc
commit 5c0cd9d367

View File

@ -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 }}