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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ inputs:
30
30
userDirectory:
31
31
description: "The directory containing your users. Each user in a separate directory."
32
32
required: false
33
-
apimCLIVersion:
34
-
description: "If you would like to use a different APIM-CLI version than the default used by the action. Format is: x.y.z"
33
+
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."
0 commit comments