Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 415 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 415 Bytes

Goss Installation action

This action installs and caches Goss of the required version.

It includes:

  • goss
  • dgoss
  • dcgoss
  • kgoss

Read more about Goss at https://goss.rocks/.

Inputs

version

Optional The required version of Goss to install. Default "latest".

Example usage

uses: e1himself/goss-installation-action@v1
with:
  version: 'v0.4.4'