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
|**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/|
63
63
|**orchestratorTenant**|Name of the Orchestrator tenant|True||TestTenant|
64
64
|**orchestratorLogicalName**|Id of the UiPath organization|True||testorg|
65
65
|**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 }}`|
0 commit comments