Update demo.yml

This commit is contained in:
sur.la.route 2022-12-19 11:19:15 -06:00 committed by GitHub
parent e08050c902
commit 0a2491532b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |