From 9846457206e7401b1ff88309ff8ffe9aae4b078a Mon Sep 17 00:00:00 2001 From: liubocheng <22913113@qq.com> Date: Wed, 26 Mar 2025 14:16:42 +0800 Subject: [PATCH] =?UTF-8?q?dev:=E4=BF=AE=E6=94=B9=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-dev.yml b/.gitea/workflows/deploy-dev.yml index 1b3cd5a..0566146 100644 --- a/.gitea/workflows/deploy-dev.yml +++ b/.gitea/workflows/deploy-dev.yml @@ -9,12 +9,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 with: # 指定分支、标签或提交哈希 ref: dev # 拉取深度(节省时间与带宽) fetch-depth: 0 # 0 表示拉取完整的历史 + - name: Replace Debian APT sources run: | tee /etc/apt/sources.list <