We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363842d commit 2550414Copy full SHA for 2550414
1 file changed
.github/workflows/merge-demo-feature.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Checkout Template
35
uses: actions/checkout@v4
36
with:
37
- repository: ${{ github.repository }}
+ repository: "${{ github.repository_owner }}/cookiecutter-robust-python"
38
39
- name: Checkout Demo
40
0 commit comments