From e025e65577bb4f453e3e545a61bcbb134b32f925 Mon Sep 17 00:00:00 2001 From: ilovintit Date: Mon, 8 Jun 2026 15:29:05 +0800 Subject: [PATCH] fix: replace checkout action with git clone --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 636f474..4b29741 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,9 +18,9 @@ jobs: password: ${{ secrets.HARBOR_PASSWORD }} - name: Checkout - uses: https://gitea.songhuwan.com/actions/checkout@v4 - with: - token: ${{ secrets.CHECKOUT_TOKEN }} + run: | + git clone https://gitea.songhuwan.com/actions/docker-compose-updater.git . + git checkout ${{ github.sha }} - name: Build updater binary (test only) run: |