ci: fetch depth: 0

This commit is contained in:
Nicolas Meienberger 2022-10-13 23:54:10 +02:00
parent e88c6fefda
commit de46bf1b0d

View File

@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure repo - name: Configure repo
run: | run: |