mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-16 11:34:19 +01:00
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:
committed by
Pascal Vizeli
parent
903588ff47
commit
533e15732e
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user