ci: 更新测试输出内容
All checks were successful
deploy demo / deploy (push) Successful in 22s

This commit is contained in:
xiaofangqing
2026-03-18 17:45:09 +08:00
parent dc88ed465b
commit 4c1bcd561b

View File

@@ -24,7 +24,7 @@ jobs:
run: | # 这样下面就可以执行多行 run: | # 这样下面就可以执行多行
cd test-folder cd test-folder
touch a.txt touch a.txt
echo "hello world 123" > a.txt echo "hello world " > a.txt
cat a.txt cat a.txt
- name: delete a file # 删除文件 - name: delete a file # 删除文件