Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -35625,9 +35625,9 @@
},
"inputs": {
"type": "object",
"description": "Input keys and values configured in the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used when `inputs` are omitted.",
"description": "Input keys and values configured in the workflow file. The maximum number of properties is 25. Any default properties configured in the workflow file will be used when `inputs` are omitted.",
"additionalProperties": true,
"maxProperties": 10
"maxProperties": 25
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25757,11 +25757,11 @@ paths:
inputs:
type: object
description: Input keys and values configured in the workflow file.
The maximum number of properties is 10. Any default properties
The maximum number of properties is 25. Any default properties
configured in the workflow file will be used when `inputs` are
omitted.
additionalProperties: true
maxProperties: 10
maxProperties: 25
required:
- ref
examples:
Expand Down
4 changes: 2 additions & 2 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -35625,9 +35625,9 @@
},
"inputs": {
"type": "object",
"description": "Input keys and values configured in the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used when `inputs` are omitted.",
"description": "Input keys and values configured in the workflow file. The maximum number of properties is 25. Any default properties configured in the workflow file will be used when `inputs` are omitted.",
"additionalProperties": true,
"maxProperties": 10
"maxProperties": 25
}
},
"required": [
Expand Down
Loading