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 <