ci: fix checkout fetch-depth

This commit is contained in:
Jörg Thalheim 2020-11-29 18:15:32 +01:00
parent dcc01caa04
commit 989ac48953
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
fetch-depth: '0'
with:
fetch-depth: '0'
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable