From 3cae1816f4a0ac4ad57c484da6e20a7b1ae4a7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Sun, 5 Oct 2025 01:30:25 +0800 Subject: [PATCH] 333 --- .gitea/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 99796ee..d77b5cb 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -6,4 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 检出代码 - uses: actions/checkout@v4 \ No newline at end of file + uses: actions/checkout@v4 + with: + repository: ${{ gitea.repository }} + github-server-url: 'https://git.bmycode.help' \ No newline at end of file