From 7b5dff2f6402da47c64c067d63dffeb7c58c3cf9 Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:03:58 -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 146f14f..d338716 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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