From 4c1bcd561b8ffc81a4d1cd942846f2913f3b3dc7 Mon Sep 17 00:00:00 2001 From: xiaofangqing Date: Wed, 18 Mar 2026 17:45:09 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fac8ffc..27aa77c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: run: | # 这样下面就可以执行多行 cd test-folder touch a.txt - echo "hello world 123" > a.txt + echo "hello world " > a.txt cat a.txt - name: delete a file # 删除文件