From 639f2171a2548e18df2a8c28f2a517bbb5dea6a3 Mon Sep 17 00:00:00 2001 From: xiaofangqing Date: Fri, 20 Mar 2026 09:42:01 +0800 Subject: [PATCH] =?UTF-8?q?ci:=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 1cf6110..268f643 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -72,7 +72,7 @@ jobs: run: | cd test-folder touch a.txt - echo "hello Gitea" > a.txt + echo "hello Gitea 123" > a.txt cat a.txt - name: delete a file