mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-14 02:20:58 +00:00
Update demo.yml
This commit is contained in:
parent
ae4a90b8a7
commit
7b5dff2f64
1 changed files with 3 additions and 2 deletions
5
.github/workflows/demo.yml
vendored
5
.github/workflows/demo.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue