mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-28 06:13:59 +00:00
Update demo.yml
This commit is contained in:
parent
e08050c902
commit
0a2491532b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/demo.yml
vendored
5
.github/workflows/demo.yml
vendored
|
|
@ -52,8 +52,9 @@ jobs:
|
|||
run: |
|
||||
cd django-source
|
||||
git fetch
|
||||
git checkout django-source --force
|
||||
git push --set-upstream origin django-djlint --force
|
||||
git checkout django-source
|
||||
git branch django-djlint
|
||||
git push origin django-djlint --force
|
||||
|
||||
- name: format
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue