Skip to content

Commit 4fca230

Browse files
docs: improve formatting of readme
1 parent 917c90e commit 4fca230

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ The example below illustrates how the action can be used for a repository of mul
5959
|Name|Description|Required|Default value|Example value|
6060
|:--|:--|:--|:--|:--|
6161
|**projectFilePaths**|Multiline input containing a list of projects to perform the operations on. If left empty, the action scans for any project.json files in the repository|False||TheProject/project.json|
62-
|**orchestratorUrl**|Base URL to Orchestrator instance|False|<https://cloud.uipath.com/>|<https://mycompany.orchestrator.com/>|
62+
|**orchestratorUrl**|Base URL to Orchestrator instance|False|https://cloud.uipath.com/|https://mycompany.orchestrator.com/|
6363
|**orchestratorTenant**|Name of the Orchestrator tenant|True||TestTenant|
6464
|**orchestratorLogicalName**|Id of the UiPath organization|True||testorg|
6565
|**orchestratorFolder**|The fully qualified name of the Orchestrator folder where processes are deployed to|True||Finance/SE|
66-
|**orchestratorApplicationId**|Application ID for the CLI to authenticate with UiPath Orchestrator|True||${{ secrets.ORCHESTRATOR_APP_ID }}|
67-
|**orchestratorApplicationSecret**|Application Secret for the CLI to authenticate with UiPath Orchestrator|True||${{ secrets.ORCHESTRATOR_APP_SECRET }}|
66+
|**orchestratorApplicationId**|Application ID for the CLI to authenticate with UiPath Orchestrator|True||`${{ secrets.ORCHESTRATOR_APP_ID }}`|
67+
|**orchestratorApplicationSecret**|Application Secret for the CLI to authenticate with UiPath Orchestrator|True||`${{ secrets.ORCHESTRATOR_APP_SECRET }}`|
6868
|**orchestratorApplicationScope**|External application scope|False|"OR.Assets OR.BackgroundTasks OR.Execution OR.Folders OR.Jobs OR.Machines.Read OR.Monitoring OR.Robots.Read OR.Settings.Read OR.TestSets OR.TestSetExecutions OR.TestSetSchedules OR.Users.Read"||
6969
|**retryCount**|Number of retries for failed test cases (by default, no retry is set).|False||1|
7070

0 commit comments

Comments
 (0)