From dc88ed465b92b2b9c88eb3089c47aed79d01d273 Mon Sep 17 00:00:00 2001 From: xiaofangqing Date: Wed, 18 Mar 2026 17:41:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95?= 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 eb524c9..fac8ffc 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" > a.txt + echo "hello world 123" > a.txt cat a.txt - name: delete a file # 删除文件