You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Chocolatey Action
v2.3.0
GitHub Action for Chocolatey, the package manager for Windows.
on: push
jobs:
test:
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Choco help
uses: crazy-max/ghaction-chocolatey@v2
with:
args: -h
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/ghaction-chocolatey ) |
This action is only available for Linux and Windows virtual environments.
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If you want to open a pull request, please read the contributing guidelines.
You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!
Thanks again for your support, it is much appreciated! 🙏
MIT. See LICENSE
for more details.