Skip to content

Commit 3dac2f3

Browse files
committed
chore(ci): Get history for template update
1 parent e1f77da commit 3dac2f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/template.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
30+
with:
31+
fetch-depth: 0
3032
- name: Fetch template
3133
run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}"
3234
- name: Merge template

0 commit comments

Comments
 (0)