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