Skip to content

Commit 2550414

Browse files
committed
fix: adjust repository reference in merge-demo-feature.yml
1 parent 363842d commit 2550414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Template
3535
uses: actions/checkout@v4
3636
with:
37-
repository: ${{ github.repository }}
37+
repository: "${{ github.repository_owner }}/cookiecutter-robust-python"
3838

3939
- name: Checkout Demo
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)