ci: fetch all branches

This commit is contained in:
iCrawl 2022-11-25 20:13:03 +01:00
parent 909a02e2ad
commit 56d086022f
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 5
fetch-depth: 0
- name: Install node.js v16
uses: actions/setup-node@v3