Skip to content

Commit e29f32a

Browse files
committed
fix: move fetch depth adjustment to the demo instead of the template checkout in the update-demo workflow
1 parent a2bd301 commit e29f32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Checkout Template
2020
uses: actions/checkout@v4
2121
with:
22-
fetch-depth: 0
2322
repository: ${{ github.repository }}
2423
path: "${{ github.workspace }}/cookiecutter-robust-python"
2524

2625
- name: Checkout Demo
2726
uses: actions/checkout@v4
2827
with:
28+
fetch-depth: 0
2929
repository: "${{ github.repository_owner }}/${{ inputs.demo_name }}"
3030
path: ${{ inputs.demo_name }}
3131
ref: develop

0 commit comments

Comments
 (0)