From 3dac2f36833e08f6cac85b03e5907ca3dec03c4c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 23 Oct 2024 08:29:12 -0500 Subject: [PATCH] chore(ci): Get history for template update --- .github/workflows/template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index a31af650..8f82caeb 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -27,6 +27,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Fetch template run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}" - name: Merge template