mirror of https://github.com/Hilbis/Hilbish
ci: set fetch depth to 0
parent
439930a653
commit
1f3162fc4f
|
@ -16,6 +16,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue