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