From bebb0016b6041cc5346d4544eb1c485e02537ad0 Mon Sep 17 00:00:00 2001 From: mukan-bot Date: Sat, 18 Jul 2026 08:44:33 +0900 Subject: [PATCH] =?UTF-8?q?CI=E3=81=AEGitea=20checkout=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/container-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/container-image.yml b/.gitea/workflows/container-image.yml index 534509d..4a70f2b 100644 --- a/.gitea/workflows/container-image.yml +++ b/.gitea/workflows/container-image.yml @@ -20,7 +20,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + run: | + git init . + git remote add origin "https://gitea.mukan.0am.jp/${{ gitea.repository }}.git" + git fetch --depth=1 origin "${{ gitea.sha }}" + git checkout --detach FETCH_HEAD - name: Build test stage run: |