mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-26 05:23:42 +00:00
Update demo.yml
This commit is contained in:
parent
7b5dff2f64
commit
240685a297
1 changed files with 2 additions and 2 deletions
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
|
|
@ -55,7 +55,6 @@ jobs:
|
|||
git config user.email "$(git log -n 1 --pretty=format:%ae)"
|
||||
git branch --unset-upstream
|
||||
git push --force origin django-source:django-djlint
|
||||
# git push --force --set-upstream origin django-djlint
|
||||
|
||||
- name: format
|
||||
run: |
|
||||
|
|
@ -65,7 +64,8 @@ jobs:
|
|||
- name: publish foramtted
|
||||
run: |
|
||||
cd django-source
|
||||
export DJ_VERSION=$(poetry version --short)
|
||||
git add .
|
||||
git commit -m "formatted"
|
||||
git commit -m "formatted with djLint $DJ_VERSION"
|
||||
git push origin django-source:django-djlint
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue