Add fetch-depth 0 to combined update job

This commit is contained in:
Gavin John 2025-02-12 18:39:12 -08:00
parent 1afc5890a0
commit f5d54374e0

View file

@ -59,10 +59,12 @@ jobs:
- uses: actions/checkout@v4
with:
repository: nix-community/NUR
fetch-depth: '0'
path: nur
- uses: actions/checkout@v4
with:
repository: nix-community/nur-combined
fetch-depth: '0'
path: nur-combined
- uses: cachix/install-nix-action@v30
with: