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."