/setup-powerpack

⚡ GitHub Action to install powerpack

Primary LanguageTypeScriptApache License 2.0Apache-2.0

No longer maintained

Use setup-crate instead. For example:

- uses: extractions/setup-crate@v1
  with:
    owner: rossmacarthur
    name: powerpack

setup-powerpack action

build

This GitHub Action will install a release of powerpack for you.

Usage

Examples

In most cases all you will need is the following in your workflow.

- uses: extractions/setup-powerpack@v1

If you want a specific version of powerpack you can specify this by passing the powerpack-version input.

- uses: extractions/setup-powerpack@v1
  with:
    powerpack-version: 0.1

Inputs

Name Required Description Type Default
powerpack-version no A valid NPM-style semver specification. string *

The semver specification is passed directly to NPM's semver package. This GitHub Action will install the latest matching release.

License

Licensed under either of

at your option.