Remove current

This commit is contained in:
Alexandre
2021-01-31 04:19:07 +01:00
committed by GitHub
parent 3f50208db1
commit 0b7e30dcef

View File

@@ -18,14 +18,14 @@
"environment": { "environment": {
}, },
"options": { "options": {
"addon": [{ "slug": "addon slug", "current": "1.1.1.1", "beta": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }], "addon": [{ "slug": "addon slug", "beta": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }],
"gituser": "gituser", "gituser": "gituser",
"gitpass": "gitpassword", "gitpass": "gitpassword",
"gitmail": "youremail@gmail.com", "gitmail": "youremail@gmail.com",
"frequency": 7 "frequency": 7
}, },
"schema": { "schema": {
"addon": [{ "slug": "str", "current": "str", "beta": "bool" , "repository": "str", "upstream": "str"}], "addon": [{ "slug": "str", "beta": "bool" , "repository": "str", "upstream": "str"}],
"gituser": "str", "gituser": "str",
"gitpass": "str", "gitpass": "str",
"gitmail": "str", "gitmail": "str",