From 127e48f61eda10184fef4f34c526e24e9a49d30f Mon Sep 17 00:00:00 2001 From: huoxue1 <3343780376@qq.com> Date: Thu, 5 Oct 2023 10:40:52 +0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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