chore(ci): Initialize git for template update

This commit is contained in:
Ed Page 2024-10-23 08:31:20 -05:00
parent 3dac2f3683
commit dbc9faa79d

View file

@ -29,6 +29,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure git
run: |
git config --global user.name 'CI'
git config --global user.email '<>'
- name: Fetch template
run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}"
- name: Merge template