Skip to content

Commit 7d92b91

Browse files
chore: chore: update Updatecli jsonschema (#2692)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent a6dd88f commit 7d92b91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/schema/latest/policy/manifest/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7975,7 +7975,7 @@
79757975
},
79767976
"url": {
79777977
"type": "string",
7978-
"description": "\"url\" specifies the git url to use for fetching Git Tags.\n\n\tcompatible:\n\t * source\n\t * condition\n\t * target\n\n\texample:\n\t * git@github.com:updatecli/updatecli.git\n\t * https://github.com/updatecli/updatecli.git\n\n\tremarks:\n\t\twhen using the ssh protocol, the user must have the right to clone the repository\n\t\tbased on its local ssh configuration"
7978+
"description": "\"url\" specifies the git url to use for fetching Git Tags.\n\n\tcompatible:\n\t * source\n\t * condition\n\t * target\n\n\texample:\n\t * git@github.com:updatecli/updatecli.git\n\t * https://github.com/updatecli/updatecli.git\n\n\tremarks:\n\t when using the ssh protocol, the user must have the right to clone the repository\n\t based on its local ssh configuration\n\n it's possible to specify git tags without cloning the repository by using the `lsremote` option,\n in that case the URL is required and the tags will be retrieved from the remote repository directly without cloning it."
79797979
},
79807980
"username": {
79817981
"type": "string",
@@ -16644,7 +16644,7 @@
1664416644
},
1664516645
"url": {
1664616646
"type": "string",
16647-
"description": "\"url\" specifies the git url to use for fetching Git Tags.\n\n\tcompatible:\n\t * source\n\t * condition\n\t * target\n\n\texample:\n\t * git@github.com:updatecli/updatecli.git\n\t * https://github.com/updatecli/updatecli.git\n\n\tremarks:\n\t\twhen using the ssh protocol, the user must have the right to clone the repository\n\t\tbased on its local ssh configuration"
16647+
"description": "\"url\" specifies the git url to use for fetching Git Tags.\n\n\tcompatible:\n\t * source\n\t * condition\n\t * target\n\n\texample:\n\t * git@github.com:updatecli/updatecli.git\n\t * https://github.com/updatecli/updatecli.git\n\n\tremarks:\n\t when using the ssh protocol, the user must have the right to clone the repository\n\t based on its local ssh configuration\n\n it's possible to specify git tags without cloning the repository by using the `lsremote` option,\n in that case the URL is required and the tags will be retrieved from the remote repository directly without cloning it."
1664816648
},
1664916649
"username": {
1665016650
"type": "string",
@@ -25655,7 +25655,7 @@
2565525655
},
2565625656
"url": {
2565725657
"type": "string",
25658-
"description": "\"url\" specifies the git url to use for fetching Git Tags.\n\n\tcompatible:\n\t * source\n\t * condition\n\t * target\n\n\texample:\n\t * git@github.com:updatecli/updatecli.git\n\t * https://github.com/updatecli/updatecli.git\n\n\tremarks:\n\t\twhen using the ssh protocol, the user must have the right to clone the repository\n\t\tbased on its local ssh configuration"
25658+
"description": "\"url\" specifies the git url to use for fetching Git Tags.\n\n\tcompatible:\n\t * source\n\t * condition\n\t * target\n\n\texample:\n\t * git@github.com:updatecli/updatecli.git\n\t * https://github.com/updatecli/updatecli.git\n\n\tremarks:\n\t when using the ssh protocol, the user must have the right to clone the repository\n\t based on its local ssh configuration\n\n it's possible to specify git tags without cloning the repository by using the `lsremote` option,\n in that case the URL is required and the tags will be retrieved from the remote repository directly without cloning it."
2565925659
},
2566025660
"username": {
2566125661
"type": "string",

0 commit comments

Comments
 (0)