Merge pull request #440 from ellerbrock/gogs-fix

fix(type): update field type string to password for secrets
This commit is contained in:
Raúl Sánchez
2017-02-28 21:15:56 +01:00
committed by GitHub
+3 -3
View File
@@ -19,7 +19,7 @@
type: "int"
- variable: ssh_port
description: "ssh port to access gogs cli"
label: "Ssh Port"
label: "SSH Port"
required: true
default: "222"
type: "int"
@@ -27,7 +27,7 @@
description: "mysql root password"
label: "Mysql Password"
required: true
default: "password"
type: "string"
default: ""
type: "password"
gogs: