From 0a2491532b0c69c048747c072dea10109a978473 Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:19:15 -0600 Subject: [PATCH] Update demo.yml --- .github/workflows/demo.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: |