From bb0e6faa6915638d5b57b25332651a2e2b18bdfb Mon Sep 17 00:00:00 2001 From: liubocheng <22913113@qq.com> Date: Wed, 26 Mar 2025 13:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C=E6=B5=81?= 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 bb5e16f..ae6d4f6 100644 --- a/.gitea/workflows/deploy-dev.yml +++ b/.gitea/workflows/deploy-dev.yml @@ -18,7 +18,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: