From 5589bc161f0bea34e74c8715084c33d3883cf3f7 Mon Sep 17 00:00:00 2001 From: Catenocrypt Date: Mon, 22 Feb 2021 17:18:41 +0100 Subject: [PATCH] History build fix, fetch-depth 0 --- .github/workflows/history.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index ea0c85903..f20abfb90 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -12,6 +12,7 @@ jobs: with: token: ${{ secrets.COMMIT_TOKEN }} ref: master + fetch-depth: 0 - uses: actions/setup-node@v1 with: node-version: 12