Skip to content

Commit fd27f00

Browse files
committed
fix: remove github.workspace from uses path
1 parent 63ebafa commit fd27f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.workspace }}/cookiecutter-robust-python/.github/workflows/update-demo.yml"
25+
uses: "./cookiecutter-robust-python/.github/workflows/update-demo.yml"
2626
with:
2727
demo_name: ${{ matrix.demo_name }}

0 commit comments

Comments
 (0)