mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
develop
This commit is contained in:
parent
700710c7dc
commit
5c0cd9d367
2
.github/workflows/develop_ci.yml
vendored
2
.github/workflows/develop_ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user