Skip to content

Commit 303f916

Browse files
committed
add_custom_workflow_action.md: Fix after workflows.yaml change
1 parent 8c81b10 commit 303f916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_management/workflow/add_custom_workflow_action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Line 36 in the listener above sets a custom result value for the transition.
4848
You can use this value in other stages and transitions for this content item, for example:
4949

5050
``` yaml hl_lines="10 11"
51-
[[= include_file('code_samples/workflow/custom_workflow/config/packages/workflows.yaml', 43, 54) =]]
51+
[[= include_file('code_samples/workflow/custom_workflow/config/packages/workflows.yaml', 44, 55) =]]
5252
```
5353

5454
The action indicated here is performed only if the result from the `legal_transition_action` is set to `true`.

0 commit comments

Comments
 (0)