We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f77da commit 3dac2f3Copy full SHA for 3dac2f3
.github/workflows/template.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v4
30
+ with:
31
+ fetch-depth: 0
32
- name: Fetch template
33
run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}"
34
- name: Merge template
0 commit comments