Skip to content

Commit a2bd301

Browse files
committed
fix: ensure enough history is fetched in update-demo workflow to verify branch is in sync with remote during CI
1 parent 2550414 commit a2bd301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-demo.yml

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

0 commit comments

Comments
 (0)