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 # 删除文件