This action, sets up the SST CLI, sst
, on GitHub's hosted Actions runners.
This action can be run on ubuntu-latest
, and macos-latest
GitHub Actions runners, and will install and expose a specified version of the sst
CLI on the runner environment.
Setup the sst
CLI:
steps:
- uses: HamishBuckmaster/setup-sst@v1
A specific version of the sst
CLI can be installed:
steps:
- uses: HamishBuckmaster/setup-sst@v1
with:
version: 0.0.192
The actions supports the following inputs:
version
: The version ofsst
to install, defaulting to0.0.192
For information on Creating a JavaScript action, read the docs.
MIT.