diff --git a/suites-help/示例代码/Hello-World.md b/suites-help/示例代码/Hello-World.md index 2607f6e..f60caec 100644 --- a/suites-help/示例代码/Hello-World.md +++ b/suites-help/示例代码/Hello-World.md @@ -24,9 +24,9 @@ params: steps: - id: say-hello name: 输出信息 - script_id: run + script: run params: - message: "${{inputs.message}}" + message: message resolved_params: - step_index: 0 diff --git a/suites-help/示例代码/缓冲区分析.md b/suites-help/示例代码/缓冲区分析.md index bc393e3..d70911d 100644 --- a/suites-help/示例代码/缓冲区分析.md +++ b/suites-help/示例代码/缓冲区分析.md @@ -26,9 +26,9 @@ params: steps: - id: main name: 全流水线 - script_id: process + script: process params: - buffer_distance: "${{inputs.buffer_distance}}" + buffer_distance: buffer_distance resolved_params: - step_index: 0