Skip to content

Commit e7c3c70

Browse files
committed
fix: update the location of where the update-demo.yml reusable workflow is searched for to be in the subdirectory that is actually being checked out into
1 parent f98357d commit e7c3c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-demo-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: "${{ github.workspace }}/cookiecutter-robust-python"
2828

2929
- name: Sync Demo
30-
uses: "./.github/workflows/update-demo.yml"
30+
uses: "${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/update-demo.yml"
3131
with:
3232
demo_name: ${{ matrix.demo_name }}
3333

.github/workflows/sync-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
path: "${{ github.workspace }}/cookiecutter-robust-python"
2323

2424
- name: Update Demo
25-
uses: "./.github/workflows/update-demo.yml"
25+
uses: "${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/update-demo.yml"
2626
with:
2727
demo_name: ${{ matrix.demo_name }}

0 commit comments

Comments
 (0)