Skip to content

Commit

Permalink
auto-organize
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent 5c094aa commit f560512
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,24 @@
"script": {
"title": "Script",
"description": "Python script.",
"default": "\ndef main(input_args):\n return input_args\n",
"default": "# Do not modify the function definition line \ndef custom_function(input_args: list):\n # Write your code here\n print(input_args)\n\n # Return the output of the function as an object,\n # Matching the Output Args defined in the Form below\n return {\n \"out_arg_1\": \"this is a string\", \n \"out_arg_2\": 420\n }\n",
"widget": "codeeditor",
"from_upstream": "never",
"type": "string"
},
"output_args": {
"title": "Output Args",
"description": "Output args.",
"default": [],
"default": [
{
"name": "output_arg_1",
"type": "string"
},
{
"name": "output_arg_2",
"type": "integer"
}
],
"from_upstream": "never",
"type": "array",
"items": {
Expand Down
2 changes: 1 addition & 1 deletion .domino/dependencies_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"SimpleLogPiece"
],
"secrets": [],
"source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.3.3-group0"
"source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.3.4-group0"
}
}

0 comments on commit f560512

Please sign in to comment.