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
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: actions/add-review-url/action.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,13 @@ inputs:
7
7
required: true
8
8
host: # Complete host.
9
9
description: "Complete host. This expands to: [rootSpace.]webfrontend.<random suffix>.<region>.azds.io. For more information see https://aka.ms/devspaces/routing"
10
-
required: true
10
+
required: true
11
+
child-space: # Child space.
12
+
description: "This is the child namespace name passed in from the workflow to construct the uri."
13
+
required: true
14
+
protocol: # This is an optional parameter that the user can specify (http vs https)
15
+
description: "This is an optional parameter that the user can specify: example values - http or https"
0 commit comments