From c3de2c311441b4f5f6454d324f92ba9e81654ae8 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 11 Dec 2017 18:45:13 +0100 Subject: [PATCH] Default value test (release self by default) --- config/modules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/modules.json b/config/modules.json index 26339ba..a31660c 100755 --- a/config/modules.json +++ b/config/modules.json @@ -54,8 +54,8 @@ "description": "Pulls project from git branch.", "permissions": [["admin"]], "parameters": { - "URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project" }, - "URL1": { "description": "Step to run, if not given, all steps will be run", "type": "id", "rename": "step", "optional": true } + "URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project", "optional": true, "default": "self" }, + "URL1": { "description": "Step to run, if not given, all steps will be run", "type": "id", "rename": "step", "optional": true } } }