Skip to content

Commit 76ce3b8

Browse files
authored
Update test_startcmsproject.yml
1 parent bfed89f commit 76ce3b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_startcmsproject.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Create project from template
3131
run: |
32-
echo ${{ github.head_ref || github.ref_name }}
3332
python -m venv .venv
3433
source ./.venv/bin/activate
3534
python -m pip install --upgrade pip
3635
python -m pip install Django~=${{ matrix.django-version}}
3736
python -m pip install django-cms
38-
djangocms mysite --noinput
37+
djangocms mysite --noinput --template https://github.com/${{ github.repository }}/archive/${{ github.head_ref || github.ref_name }}.zip

0 commit comments

Comments
 (0)