Skip to content

Commit dbc9faa

Browse files
committed
chore(ci): Initialize git for template update
1 parent 3dac2f3 commit dbc9faa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/template.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32+
- name: Configure git
33+
run: |
34+
git config --global user.name 'CI'
35+
git config --global user.email '<>'
3236
- name: Fetch template
3337
run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}"
3438
- name: Merge template

0 commit comments

Comments
 (0)