From d30ebd0e4a6ee837b0d647b024c0d7cc1b536e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB?= Date: Sun, 23 Aug 2026 14:29:10 +0000 Subject: [PATCH] fix: use local checkout mirror instead of GitHub --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1de34d8..d74be04 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: aliyun steps: - name: Checkout - uses: actions/checkout@v4 + uses: http://47.121.181.112:3000/wonder/checkout@v4 - name: Build Docker Image run: |