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 e129799 commit 2f4adf2Copy full SHA for 2f4adf2
.github/workflows/merge-demo-feature.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
repository: ${{ github.repository }}
27
- path: "${{ github.workspace }}/cookiecutter-robust-python"
+ path: "${{ github.workspace }}"
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