diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3264374..593250f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,7 @@ env: HTTP_PROXY: "http://172.17.0.1:7890" HTTPS_PROXY: "http://172.17.0.1:7890" GOPROXY: "https://goproxy.cn,direct" + GITHUB_SERVER_URL: https://gh.huoxue.store/https://github.com jobs: build: @@ -21,11 +22,11 @@ jobs: # 持久化工具目录 steps: - name: Checkout - uses: https://gh.huoxue.store/https://github.com/actions/checkout@v3 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: setup go - uses: https://gh.huoxue.store/https://github.com/actions/setup-go@v4 + uses: actions/setup-go@v4 with: go-version: '1.20' - name: Fetch all tags