Add fetch-depth 0 to combined update job
This commit is contained in:
parent
1afc5890a0
commit
f5d54374e0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue