setup-amber

Install the amber tool

MIT License

Stars
4
Committers
1

setup-amber

Github action to install and cache the amber tool.

Usage

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

- uses: psibi/[email protected]

If you want a specific version of amber, you can specify this by passing the amber-version input:

- uses: psibi/[email protected]
  with:
    amber-version: 'v0.1.3'

In rare circumstances you might get rate limiting errors, this is because this workflow has to make requests to GitHub API in order to list available releases. If this happens you can set the GITHUB_TOKEN environment variable.

- uses: psibi/[email protected]
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Inputs

Name Required Description Type Default
amber-version no A valid NPM-style semver specification. string *
Package Rankings
Top 20.71% on Github actions
Badges
Extracted from project README
Github CI