jdno / setup-butler

Set up itch.io's butler tool in your GitHub Actions workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup-butler

This action downloads butler, a command-line tool by itch.io, and adds it to the PATH.

Usage

Simply run setup-butler in a workflow to add the butler command-line tool to the PATH:

steps:
  - name: Set up butler
    uses: jdno/setup-butler@v1

  - name: Print butler version
    run: butler -V

Configuration

The behavior of setup-butler can be customized with these settings.

Parameter Description Default
version The version of butler latest

version

The version parameter can be used to set the version of butler that gets installed.

steps:
  - name: Set up butler
    uses: jdno/setup-butler@v1
    with:
      version: 15.20.0

If the version is not specified, the latest version will be installed.

Code of Conduct

đź‘‹ This is a welcoming and inclusive project. Be nice and follow our code of conduct.

Acknowledgments

The implementation of this action is inspired by actions/setup-node and bufbuild/buf-setup-action.

License

This project is released under the terms of the MIT License.

About

Set up itch.io's butler tool in your GitHub Actions workflow

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 3.5%Language:Shell 2.3%