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