feat: 测试
Some checks failed
deploy demo / deploy (push) Has been cancelled

This commit is contained in:
xiaofangqing
2026-03-18 17:41:49 +08:00
parent 26537f820e
commit dc88ed465b

View File

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