fix: MEMORY.md — 移除 ${{inputs}} 双花括号,统一为 $params.xxx

This commit is contained in:
2026-07-13 10:35:58 +00:00
parent 6b058cf7ac
commit 9cdf9f664e
+1 -1
View File
@@ -33,7 +33,7 @@ steps:
| `script: run.py` | `script: run` | | `script: run.py` | `script: run` |
| `script_id: run` | `script: run` | | `script_id: run` | `script: run` |
| `params_mapping: {...}` | `params: {...}` | | `params_mapping: {...}` | `params: {...}` |
| `${{inputs.xxx}}` | `$params.xxx` | | `$params.xxx` | `$params.xxx` |
| `$inputs.xxx` | `$params.xxx` | | `$inputs.xxx` | `$params.xxx` |
### 跨步骤文件共享 ### 跨步骤文件共享