docs: 统一 workflow 示例为 steps/script_id/$params 格式

This commit is contained in:
Ubuntu
2026-07-13 17:12:00 +08:00
parent 81e1238fcc
commit edcb2bad86
+1 -1
View File
@@ -104,7 +104,7 @@ steps:
- id: step1
name: 步骤名称
type: script
script: scripts/run.py
script_id: run
params:
input: $params.input_path
```