Skip to content

Commit 121911c

Browse files
Copilothotlong
andcommitted
Update comment to reflect exact count of 10 action types
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 19bb4d0 commit 121911c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/spec/src/data/workflow.zod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const CustomScriptActionSchema = z.object({
145145

146146
/**
147147
* Generic Workflow Action Wrapper
148-
* Supports 10+ action types for comprehensive automation
148+
* Supports 10 action types for comprehensive automation
149149
*/
150150
export const WorkflowActionSchema = z.discriminatedUnion('type', [
151151
FieldUpdateActionSchema,

0 commit comments

Comments
 (0)