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": {
},
"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",
"gitpass": "gitpassword",
"gitmail": "youremail@gmail.com",
"frequency": 7
},
"schema": {
"addon": [{ "slug": "str", "current": "str", "beta": "bool" , "repository": "str", "upstream": "str"}],
"addon": [{ "slug": "str", "beta": "bool" , "repository": "str", "upstream": "str"}],
"gituser": "str",
"gitpass": "str",
"gitmail": "str",