docs: fix steps->nodes, add type: python docs
This commit is contained in:
@@ -49,7 +49,7 @@ params:
|
|||||||
## 步骤定义(steps)
|
## 步骤定义(steps)
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
nodes:
|
||||||
- id: my-step # 步骤 ID,唯一
|
- id: my-step # 步骤 ID,唯一
|
||||||
name: 我的步骤 # 步骤名称
|
name: 我的步骤 # 步骤名称
|
||||||
script_id: run # 脚本标识(不是 script: run.py)
|
script_id: run # 脚本标识(不是 script: run.py)
|
||||||
|
|||||||
Reference in New Issue
Block a user