mirror of
https://github.com/go-task/task.git
synced 2025-12-16 11:47:44 +01:00
fix(schema): allow numbers in for loop lists
This commit is contained in:
@@ -494,7 +494,7 @@
|
|||||||
"description": "A list of values to iterate over",
|
"description": "A list of values to iterate over",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": ["string", "number"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"for_attribute": {
|
"for_attribute": {
|
||||||
|
|||||||
Reference in New Issue
Block a user