From 91c496ffcd9cd5182f08767ba71bdcdf0fb442e8 Mon Sep 17 00:00:00 2001 From: Cheney Date: Wed, 12 Mar 2025 18:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20CICD=20=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index ccfe5ff..37de442 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -15,6 +15,9 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.TOKEN }} + repository: Sunyard/chsm-server # 你的仓库路径 + endpoint: http://git.fullstack.club/ + ref: chsm-v1.0 # Gitea实例地址 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."