Skip to content

Commit 84f4e31

Browse files
authored
Make workflow_call.outputs.*.description optional (SchemaStore#4741)
1 parent 585e59b commit 84f4e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/github-workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@
15881588
"type": "string"
15891589
}
15901590
},
1591-
"required": ["description", "value"],
1591+
"required": ["value"],
15921592
"additionalProperties": false
15931593
}
15941594
},

0 commit comments

Comments
 (0)