feat: support for loops with generates (#2151)

This commit is contained in:
Artem Sedykh
2025-04-06 01:55:43 +03:00
committed by GitHub
parent a9de239e38
commit 6f0f38b8d9
11 changed files with 113 additions and 3 deletions

View File

@@ -475,7 +475,7 @@
"for_attribute": {
"description": "The task attribute to iterate over",
"type": "string",
"enum": ["sources"]
"enum": ["sources", "generates"]
},
"for_var": {
"description": "Which variables to iterate over. The variable will be split using any whitespace character by default. This can be changed by using the `split` attribute.",