From 25c5adeae45bd03f8553d97185b696927307d232 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 23:50:58 +0100 Subject: [PATCH] ... --- .gitea/workflows/convert-built-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-built-to-yml.yml b/.gitea/workflows/convert-built-to-yml.yml index b1746a7..e69ee9d 100644 --- a/.gitea/workflows/convert-built-to-yml.yml +++ b/.gitea/workflows/convert-built-to-yml.yml @@ -31,7 +31,7 @@ jobs: run: | git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" - git checkout -b ${{ env.DEVELOPMENT_BRANCH }} + # git checkout -b ${{ env.DEVELOPMENT_BRANCH }} git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}