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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectFilePaths | Relative paths to projecct.json files. Used for passing explicit paths to project files pack. Can be used as multi-line inputs | no | — |
| orchestratorUrl | Orchestrator instance URL | no | https://cloud.uipath.com/ |
| orchestratorTenant | Tenant on the Orchestrator instance | yes | — |
| orchestratorFolder | Folder path in modern folder setup | yes | — |
| orchestratorApplicationId | Orchestrator Application ID for external applicaiton in Orchestrator | yes | — |
| orchestratorApplicationSecret | Application Secret for external application in Orchestrator | yes | — |
| orchestratorApplicationScope | Application scope for determining accesses of External Application | no | 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 |
| orchestratorLogicalName | Logical name for Orchestrator instance | yes | — |
| projectVersion | Project version for the generated package. Should be based on tag in GitHub | yes | — |
| releaseNotes | Release notes for the package | no | — |
| projectUrl | Project URL for the generated package. Usually associated with the Automation Hub project. If not provided, the repository URL will be used | no | — |
| traceLevel | Trace level for the packing process. Possible values: Verbose, Information, Warning, Error | no | Information |
| author | The package author. If not provided, the GitHub actor will be used as the author of the package | no | ${{ github.actor }} |
Outputs
| name | description |
|---|---|
| packagesPath | Folder containing the generated packages |
| packageNames | JSON array of generated package names, for use with fromJson() in subsequent matrix jobs |