Update demo.yml

This commit is contained in:
sur.la.route 2023-01-05 11:03:58 -06:00 committed by GitHub
parent ae4a90b8a7
commit 7b5dff2f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,8 @@ 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 --force --set-upstream origin django-djlint
git push --force origin django-source:django-djlint
# git push --force --set-upstream origin django-djlint
- name: format
run: |
@ -66,5 +67,5 @@ jobs:
cd django-source
git add .
git commit -m "formatted"
git push
git push origin django-source:django-djlint