diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index a65024b..9b98f62 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -52,8 +52,9 @@ jobs: run: | cd django-source git fetch - git checkout django-source --force - git push --set-upstream origin django-djlint --force + git checkout django-source + git branch django-djlint + git push origin django-djlint --force - name: format run: |