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: action.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ inputs:
9
9
apimHostname:
10
10
description: "The API-Manager hostname without port or protocol."
11
11
required: true
12
+
apimPort:
13
+
description: "The API-Manager port."
14
+
required: true
15
+
default: "8075"
12
16
apimUsername:
13
17
description: "The API-Manager username."
14
18
required: true
@@ -31,7 +35,7 @@ inputs:
31
35
description: "The directory containing your users. Each user in a separate directory."
32
36
required: false
33
37
apimCLICommand:
34
-
description: "Control the APIM-CLI command yourself. For example: 'apim api check-certs'. You may combine this with apimExtraArgs depending on you the command you use."
38
+
description: "Run an APIM-CLI command. For example: 'apim api check-certs'. You may combine this with apimExtraArgs depending on you the command you use."
0 commit comments