From 153c6ffa9198593fe221a7d0cf69fc52412808a1 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 18:41:39 +0100 Subject: [PATCH] llllllllllllllllllll --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 377ccf5..3bbf95d 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -47,7 +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 depth=1 + git fetch --depth=1 git add -A git stash git checkout -b ${{ env.DEVELOPMENT_BRANCH }}