mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-21 05:40:57 +00:00
Update demo.yml
This commit is contained in:
parent
48e219d93a
commit
ef04894eb3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue