From 2aedf297bcb31a83fc75034a5c94a16f5efaf0e1 Mon Sep 17 00:00:00 2001 From: huxin <1219654535@qq.com> Date: Tue, 28 May 2024 01:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/action.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 850c5ac..bfbaa6e 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -10,7 +10,7 @@ jobs: - name: Init Env run: rm -rf /opt/workspace/TOPVERSE_Official - name: Git - run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /opt/workspace/TOPVERSE_Official + run: git clone http://127.0.0.1:3000/topverse/TOPVERSE_Official /opt/workspace/TOPVERSE_Official - name: Install run: cd /opt/workspace/TOPVERSE_Official && ./deploy.sh # - name: Build