From edcb2bad86cede4232992c49600d9e33855c5e20 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 17:12:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BB=9F=E4=B8=80=20workflow=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E4=B8=BA=20steps/script=5Fid/$params=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 37b0937..3e78b8b 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -104,7 +104,7 @@ steps: - id: step1 name: 步骤名称 type: script - script: scripts/run.py + script_id: run params: input: $params.input_path ```