From 7fe5b38a43b9a5090ffe1a4e9f58de6386925a1b Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 18:39:00 +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 1a2098b..15f394e 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -47,6 +47,7 @@ jobs: run: | git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" + git fetch git checkout -b ${{ env.DEVELOPMENT_BRANCH }} git add -A git status