From ec205fa52b8d6f4296e07fcebbacf36701b1f853 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 10 Apr 2023 11:39:12 +0800 Subject: [PATCH] Update checkout action to fetch all branches and its history --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b0d07a..e0c6d6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: cachix/install-nix-action@v17 with: nix_path: nixpkgs=channel:nixpkgs-unstable