Ghaction Chocolatey Save

GitHub Action for Chocolatey, the package manager for Windows

Project README

GitHub release GitHub marketplace CI workflow Become a sponsor Paypal Donate

About

GitHub Action for Chocolatey, the package manager for Windows.

GitHub Action for Chocolatey


Usage

on: push

jobs:
  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/ghaction-chocolatey)

Limitation

This action is only available for Linux and Windows virtual environments.

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 or by making a PayPal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

License

MIT. See LICENSE for more details.

Open Source Agenda is not affiliated with "Ghaction Chocolatey" Project. README Source: crazy-max/ghaction-chocolatey
Stars
71
Open Issues
1
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating