https://github.com/crazy-max/ghaction-chocolatey
GitHub Action for Chocolatey, the package manager for Windows
https://github.com/crazy-max/ghaction-chocolatey
actions chocolatey github-actions
Last synced: 16 days ago
JSON representation
GitHub Action for Chocolatey, the package manager for Windows
- Host: GitHub
- URL: https://github.com/crazy-max/ghaction-chocolatey
- Owner: crazy-max
- License: mit
- Created: 2019-09-15T04:27:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T01:49:13.000Z (26 days ago)
- Last Synced: 2025-04-01T09:36:02.616Z (23 days ago)
- Topics: actions, chocolatey, github-actions
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/chocolatey-action
- Size: 5.08 MB
- Stars: 76
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-actions - Cross platform Chocolatey CLI to build and publish packages
- fucking-awesome-actions - Cross platform Chocolatey CLI to build and publish packages
- jimsghstars - crazy-max/ghaction-chocolatey - GitHub Action for Chocolatey, the package manager for Windows (Dockerfile)
- awesome-workflows - Cross platform Chocolatey CLI to build and publish packages
README
[](https://github.com/crazy-max/ghaction-chocolatey/releases/latest)
[](https://github.com/marketplace/actions/chocolatey-action)
[](https://github.com/crazy-max/ghaction-chocolatey/actions?workflow=ci)
[](https://github.com/sponsors/crazy-max)
[](https://www.paypal.me/crazyws)## About
GitHub Action for [Chocolatey](https://chocolatey.org/), the package manager for Windows.

___
* [Usage](#usage)
* [Customizing](#customizing)
* [inputs](#inputs)
* [Limitation](#limitation)
* [Contributing](#contributing)
* [License](#license)## Usage
```yaml
on: pushjobs:
test:
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Choco help
uses: crazy-max/ghaction-chocolatey@v3
with:
args: -h
```## Customizing
### inputs
Following inputs can be used as `step.with` keys
| Name | Type | Description |
|---------|--------|--------------------------------------------------------------|
| `args` | String | Arguments to pass to Chocolatey |
| `image` | String | Docker image to use (default `ghcr.io/crazy-max/chocolatey`) |## Limitation
This action is only available for Linux and Windows
[virtual environments](https://help.github.com/en/articles/virtual-environments-for-github-actions#supported-virtual-environments-and-hardware-resources).## Contributing
Want to contribute? Awesome! The most basic way to show your support is to star
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
journey continues indefinitely!Thanks again for your support, it is much appreciated! :pray:
## License
MIT. See `LICENSE` for more details.