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 fd27f00 commit c940656Copy full SHA for c940656
.github/workflows/merge-demo-feature.yml
@@ -27,7 +27,7 @@ jobs:
27
path: "${{ github.workspace }}/cookiecutter-robust-python"
28
29
- name: Sync Demo
30
- uses: "${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/update-demo.yml"
+ uses: "./.github/workflows/update-demo.yml"
31
with:
32
demo_name: ${{ matrix.demo_name }}
33
.github/workflows/sync-demos.yml
@@ -22,6 +22,6 @@ jobs:
22
23
24
- name: Update Demo
25
- uses: "./cookiecutter-robust-python/.github/workflows/update-demo.yml"
26
0 commit comments