mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
github: limit fetch depth to 1
This commit is contained in:
parent
a7d4c1a034
commit
abc75b25ec
2
.github/workflows/check-flake.yml
vendored
2
.github/workflows/check-flake.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 1
|
||||
|
||||
- uses: cachix/install-nix-action@v20
|
||||
|
||||
|
|
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 1
|
||||
|
||||
- uses: cachix/install-nix-action@v20
|
||||
|
||||
|
|
Loading…
Reference in a new issue