mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Fetch the whole git history when cloning
This commit is contained in:
parent
6ecb26a3f8
commit
5f09d89ad1
@ -35,6 +35,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
if: success()
|
||||
with:
|
||||
fetch-depth: 0 # fetch full history to be able to get main commit sha
|
||||
ref: ${{ steps.comment-branch.outputs.head_ref }}
|
||||
|
||||
# Set variables
|
||||
|
Loading…
Reference in New Issue
Block a user