From 36f09ff43126260c884d1a5504863a089d505c20 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 9 Jul 2025 11:33:48 -0700 Subject: [PATCH] test build info update & changelog 3 --- .gitea/workflows/base-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index eca277f..11e1e01 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -310,6 +310,7 @@ jobs: - name: Clone upload repo run: | + rm -rf upload-repo GIT_CREDENTIAL="${{ secrets.GIT_TOKEN || secrets.GIT_PASSWORD }}" git clone --depth=1 "https://${{ env.GIT_USERNAME }}:${GIT_CREDENTIAL}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo