Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

⚡ GitHub Action to install powerpack

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

extractions/setup-powerpack

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.