Use setup-crate instead. For example:
- uses: extractions/setup-crate@v1
with:
owner: rossmacarthur
name: powerpack
This GitHub Action will install a release of powerpack for you.
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
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.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.