Skip to content
代码片段 群组 项目
未验证 提交 c42ec3db 编辑于 作者: Joe Burnett's avatar Joe Burnett 提交者: GitLab
浏览文件

Add space after output list

上级 25c77b0f
No related branches found
No related tags found
无相关合并请求
...@@ -91,6 +91,7 @@ Outputs can be the following types: ...@@ -91,6 +91,7 @@ Outputs can be the following types:
- `struct` - `struct`
- `raw_string` - `raw_string`
- `step_result` - `step_result`
Outputs are written to `${{ output_file }}` in the form `key=value` where `key` is the name of the output. Outputs are written to `${{ output_file }}` in the form `key=value` where `key` is the name of the output.
The `value` should be written as JSON unless the type is `raw_string`. The `value` should be written as JSON unless the type is `raw_string`.
The value type written by the step must match the declared type. The default output type is `raw_string`. The value type written by the step must match the declared type. The default output type is `raw_string`.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册