mikael-rnd/UiPath Pack

Packs all UiPath projects within a repository into .nupkg packages for deployment by other actions. Optional behavior: Pack specified paths only

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectFilePathsRelative paths to projecct.json files. Used for passing explicit paths to project files pack. Can be used as multi-line inputsno
orchestratorUrlOrchestrator instance URLnohttps://cloud.uipath.com/
orchestratorTenantTenant on the Orchestrator instanceyes
orchestratorFolderFolder path in modern folder setupyes
orchestratorApplicationIdOrchestrator Application ID for external applicaiton in Orchestratoryes
orchestratorApplicationSecretApplication Secret for external application in Orchestratoryes
orchestratorApplicationScopeApplication scope for determining accesses of External ApplicationnoOR.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
orchestratorLogicalNameLogical name for Orchestrator instanceyes
projectVersionProject version for the generated package. Should be based on tag in GitHubyes
releaseNotesRelease notes for the packageno
projectUrlProject URL for the generated package. Usually associated with the Automation Hub project. If not provided, the repository URL will be usedno
traceLevelTrace level for the packing process. Possible values: Verbose, Information, Warning, ErrornoInformation
authorThe package author. If not provided, the GitHub actor will be used as the author of the packageno${{ github.actor }}
namedescription
packagesPathFolder containing the generated packages
packageNamesJSON array of generated package names, for use with fromJson() in subsequent matrix jobs