chore(ci): Get history for template update

This commit is contained in:
Ed Page 2024-10-23 08:29:12 -05:00
parent e1f77dacf1
commit 3dac2f3683

View file

@ -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