From 25450dc7a207644c23ea77b1ad346812e1ed8e3c Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 18:44:57 +0100 Subject: [PATCH] ..... --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 3bbf95d..d83618d 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -52,6 +52,7 @@ jobs: git stash git checkout -b ${{ env.DEVELOPMENT_BRANCH }} git stash pop + git add -A git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}