-
-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
Hi!
Here is a part of my runners json:
"parameters": [
{
"name": "Collection Name",
"description": "Collection Name",
"required": true,
"type": "text"
},
{
"name": "Export Directory",
"constant": true,
"default": "$$HOME"
}
],
"output_files": [
"${Export Directory}/${Collection Name}.json"
]What's strange is that ${Export Directory} is always empty, however environment variable is present. Am I missing something?
Reactions are currently unavailable