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.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@ inputs:
33
33
required: false
34
34
app-url:
35
35
description: ^
36
-
'The base uri to run WEB BROWSER TESTS against. If provided, this will
37
-
override the default web browser uri associated with the environment in mabl (note, this replaces `uri`, and will override the value in `uri` if both are provided)'
36
+
'The base URL to run WEB BROWSER TESTS against. If provided, this will
37
+
override the default web browser URL associated with the environment in mabl (note, this replaces `uri`, and will override the value in `uri` if both are provided)'
38
38
required: false
39
39
api-url:
40
40
description: ^
41
-
'The base uri to run API TESTS against. If provided, this will
42
-
override the default API uri associated with the environment in mabl'
41
+
'The base URL to run API TESTS against. If provided, this will
42
+
override the default API URL associated with the environment in mabl'
0 commit comments