Fix CI checkout origin (#959)
This commit is contained in:
parent
1b3c3defb7
commit
5ec4770ac2
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -67,6 +67,8 @@ jobs:
|
|||||||
path: zls
|
path: zls
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
|
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
|
||||||
|
|
||||||
- name: Build zls
|
- name: Build zls
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user