diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 971c602..e9a9b78 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: build-image: runs-on: workbench steps: - - uses: actions/checkout@v4 + - uses: https://gitea.com/actions/checkout@v4 - name: Build Binary env: OBJECT_TOKEN: ${{ secrets.OBJECT_TOKEN }} # 需要在Gitea项目设置中配置的密钥