Update demo.yml

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

View file

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