Skip to content

Commit fd601f5

Browse files
committed
Merge branch 'develop' into docs/better-readme
2 parents 0783cb7 + e29f32a commit fd601f5

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)