mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
develop
This commit is contained in:
parent
4b607d1da1
commit
311b30b44d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/develop_ci.yml
vendored
2
.github/workflows/develop_ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue