Fix CI checkout origin (#959)

This commit is contained in:
Auguste Rame
2023-02-02 23:07:49 -05:00
committed by GitHub
parent 1b3c3defb7
commit 5ec4770ac2

View File

@@ -67,6 +67,8 @@ jobs:
path: zls
fetch-depth: 0
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
run: |