From fe896d22e60d90347e4f1b3e677a66cb749bc025 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 23:52:56 +0100 Subject: [PATCH] ... --- .gitea/workflows/convert-built-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-built-to-yml.yml b/.gitea/workflows/convert-built-to-yml.yml index e69ee9d..f4efab9 100644 --- a/.gitea/workflows/convert-built-to-yml.yml +++ b/.gitea/workflows/convert-built-to-yml.yml @@ -34,6 +34,7 @@ jobs: # git checkout -b ${{ env.DEVELOPMENT_BRANCH }} git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" + git pull origin ${{ env.DEVELOPMENT_BRANCH }} git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }} #- name: push development # env: