Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ Serves as a fundamental building block within workflows, enabling the sequential

| Name | Type | Required | Description|
|:--|:---:|:---:|:---|
| do | [`map[string, task]`](#task) | `no` | The tasks to perform sequentially. |
| do | [`map[string, task]`](#task) | `yes` | The tasks to perform sequentially. |

##### Examples

Expand Down
Loading