chocolatey-community/Chocolatey AU
Run Chocolatey-AU to update and optionally test, push, and commit Chocolatey packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-paths | Newline-separated or comma-separated list of relative paths to the package directories to update. Each directory must contain an update.ps1 script. | yes | — |
| push | Push updated packages to a Chocolatey feed | no | false |
| api-key | API key used to push packages to the Chocolatey feed | no | "" |
| choco-server | Chocolatey server URL to push packages to | no | https://push.chocolatey.org/ |
| test-install | Run Test-Package to verify the package installs correctly before pushing | no | false |
| commit-changes | Commit updated nuspec and ps1 files back to the repository after a successful update | no | false |
| commit-message | Commit message used when commit-changes is true | no | chore: apply Chocolatey-AU package updates [skip ci] |
Outputs
| name | description |
|---|---|
| results | JSON array summarising the update result for each package |