From 43de1211b2c3b1bf166bbea27120af323975d79b Mon Sep 17 00:00:00 2001 From: liubocheng <22913113@qq.com> Date: Sun, 6 Apr 2025 10:48:07 +0800 Subject: [PATCH] =?UTF-8?q?main:=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-dev.yml b/.gitea/workflows/deploy-dev.yml index 90e4181..eac3aef 100644 --- a/.gitea/workflows/deploy-dev.yml +++ b/.gitea/workflows/deploy-dev.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 with: # 指定分支、标签或提交哈希 ref: main