From 0ce5bb1c5a7dd3293eda159007164e71172f234f Mon Sep 17 00:00:00 2001 From: Jaco Date: Tue, 4 Jan 2022 11:15:07 +0100 Subject: [PATCH] fetch-depth 0 (#895) --- .github/workflows/push-master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index f67939be8..6eb1c1e01 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -15,6 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 token: ${{ secrets.GH_PAT }} - name: ${{ matrix.step }} env: