We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd301 commit e29f32aCopy full SHA for e29f32a
.github/workflows/update-demo.yml
@@ -19,13 +19,13 @@ jobs:
19
- name: Checkout Template
20
uses: actions/checkout@v4
21
with:
22
- fetch-depth: 0
23
repository: ${{ github.repository }}
24
path: "${{ github.workspace }}/cookiecutter-robust-python"
25
26
- name: Checkout Demo
27
28
+ fetch-depth: 0
29
repository: "${{ github.repository_owner }}/${{ inputs.demo_name }}"
30
path: ${{ inputs.demo_name }}
31
ref: develop
0 commit comments