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 63ebafa commit fd27f00Copy full SHA for fd27f00
.github/workflows/sync-demos.yml
@@ -22,6 +22,6 @@ jobs:
22
path: "${{ github.workspace }}/cookiecutter-robust-python"
23
24
- name: Update Demo
25
- uses: "${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/update-demo.yml"
+ uses: "./cookiecutter-robust-python/.github/workflows/update-demo.yml"
26
with:
27
demo_name: ${{ matrix.demo_name }}
0 commit comments