From 6b9d9e604e9fb896334803c2706c66ee5b88208a Mon Sep 17 00:00:00 2001 From: liubocheng <22913113@qq.com> Date: Tue, 1 Apr 2025 00:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E6=9B=B4=E6=96=B0?= 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 bcad170..99dd891 100644 --- a/.gitea/workflows/deploy-dev.yml +++ b/.gitea/workflows/deploy-dev.yml @@ -29,7 +29,7 @@ jobs: - name: Install SSH tools run: | - apt-get update && apt-get install -y openssh-client rsync + apt-get install -y openssh-client rsync - name: Configure SSH env: