Update demo.yml

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

View file

@ -53,8 +53,8 @@ jobs:
cd django-source
git config user.name "$(git log -n 1 --pretty=format:%an)"
git config user.email "$(git log -n 1 --pretty=format:%ae)"
git branch django-source -u origin/django-djlint
git push --force
git branch --unset-upstream
git push --set-upstream django-djlint --force
- name: format
run: |