This commit is contained in:
qiaofeng1227 2023-07-05 11:01:14 +08:00
parent 4b607d1da1
commit 311b30b44d

View file

@ -17,7 +17,7 @@ jobs:
run: git fetch origin '+refs/pull/*/merge:refs/remotes/origin/pr/*'
- name: Checkout pull request branch
run: git checkout origin/pr/${{ github.pr_number }}
run: git checkout origin/pr/${{ github.pr_number }}/merge
- name: Test
run: |