Skip to content

HamishBuckmaster/setup-sst

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

⚙️ setup-sst

About

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.

Usage

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

Inputs

The actions supports the following inputs:

  • version: The version of sst to install, defaulting to 0.0.192

Further reading

For information on Creating a JavaScript action, read the docs.

License

MIT.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published