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 } } }