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

Latest commit

 

History

History
57 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.47 KB

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.