You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/blueapi/config_schema.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -430,9 +430,9 @@
430
430
"title": "Remote Url",
431
431
"type": "string"
432
432
},
433
-
"branch": {
434
-
"description": "Branch of repo to check out - defaults to remote's default when cloning and the existing branch when the repo already exists",
435
-
"title": "Branch",
433
+
"target_revision": {
434
+
"description": "Revision (branch or tag) to check out when cloning - defaults to remote's HEAD. If a tag is used, the repo will be left in a 'detached head' state.",
"description": "Revision (branch or tag) to check out when cloning - defaults to remote's HEAD. If a tag is used, the repo will be left in a 'detached head' state.",
0 commit comments