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 85d5b9e commit f98357dCopy full SHA for f98357d
.github/workflows/merge-demo-feature.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
repository: ${{ github.repository }}
27
- path: cookiecutter-robust-python
+ path: "${{ github.workspace }}/cookiecutter-robust-python"
28
29
- name: Sync Demo
30
uses: "./.github/workflows/update-demo.yml"
.github/workflows/sync-demos.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
- name: Update Demo
0 commit comments