Skip to content

Commit

Permalink
Merge pull request #1140 from SEKOIA-IO/fix/groupby_action
Browse files Browse the repository at this point in the history
add output var
  • Loading branch information
rombernier authored Oct 23, 2024
2 parents ec57ddf + 23f2ef9 commit 0f71209
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Utils/action_groupby.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@
"name": "GroupBy",
"results": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"properties": {
"results": {
"type": "array"
}
},
"required": [],
"title": "Results",
"type": "array"
"type": "object"
},
"uuid": "576c1fcd-bcec-4c7e-b96d-185faaf770b6"
}
2 changes: 1 addition & 1 deletion Utils/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "Utils",
"uuid": "07cce76b-a319-40ee-a0cf-1ba433431e21",
"slug": "utils",
"version": "1.4.1",
"version": "1.4.2",
"categories": [
"Generic"
]
Expand Down

0 comments on commit 0f71209

Please sign in to comment.