From 9cdf9f664e88be5b7207896e07b79fcedcdb03df Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 13 Jul 2026 10:35:58 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20MEMORY.md=20=E2=80=94=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20${{inputs}}=20=E5=8F=8C=E8=8A=B1=E6=8B=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=B8=BA=20$params.xxx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/MEMORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite-developer/MEMORY.md b/suite-developer/MEMORY.md index 11474e6..ea4b7fd 100644 --- a/suite-developer/MEMORY.md +++ b/suite-developer/MEMORY.md @@ -33,7 +33,7 @@ steps: | `script: run.py` | `script: run` | | `script_id: run` | `script: run` | | `params_mapping: {...}` | `params: {...}` | -| `${{inputs.xxx}}` | `$params.xxx` | +| `$params.xxx` | `$params.xxx` | | `$inputs.xxx` | `$params.xxx` | ### 跨步骤文件共享