Remove .git suffix from schema (#966)

* Remove .git suffix from schema

* Fix expression

* Update CHANGELOG.md

* Version bump to 7.8 in config.json

* Remove requirement to add .git

* Update build.json

* Update CHANGELOG.md

* Update config.json

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
Jean-Paul van Ravensberg
2020-01-06 14:06:52 +01:00
committed by Pascal Vizeli
parent 903588ff47
commit 533e15732e
4 changed files with 14 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Git pull",
"version": "7.7",
"version": "7.8",
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
@@ -33,10 +33,10 @@
"deployment_user": "str",
"deployment_password": "str",
"git_branch": "str",
"git_command": "match(pull|reset)",
"git_command": "list(pull|reset)",
"git_remote": "str",
"git_prune": "bool",
"repository": "match((?:.+):(//)?(.*?)(\\.git)(/?|\\#[-\\d\\w._]+?))",
"repository": "str",
"auto_restart": "bool",
"restart_ignore": ["str"],
"repeat": {