Checkout with depth:0 otherwise git commands aren't functional

This commit is contained in:
Alexis Métaireau 2025-01-20 14:25:26 +01:00
parent 13d12de087
commit 4c78a0117c
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -27,6 +27,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with: