Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
terminal

GitHub Action

Chocolatey Action

v1.4.1

Chocolatey Action

terminal

Chocolatey Action

GitHub Action for Chocolatey, the package manager for Windows

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Chocolatey Action

uses: crazy-max/ghaction-chocolatey@v1.4.1

Learn more about this action in crazy-max/ghaction-chocolatey

Choose a version

GitHub release GitHub marketplace CI workflow Become a sponsor Paypal Donate

About

GitHub Action for Chocolatey, the package manager for Windows.

If you are interested, check out my other :octocat: GitHub Actions!

GitHub Action for Chocolatey


Usage

on: push

jobs:
  test:
    runs-on: windows-latest
    steps:
      -
        name: Checkout
        uses: actions/checkout@v2
      -
        name: Choco help
        uses: crazy-max/ghaction-chocolatey@v1
        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)

Keep up-to-date with GitHub Dependabot

Since Dependabot has native GitHub Actions support, to enable it on your GitHub repo all you need to do is add the .github/dependabot.yml file:

version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"

Limitation

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

How can I help?

All kinds of contributions are welcome ๐Ÿ™Œ! 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! ๐Ÿ™

License

MIT. See LICENSE for more details.