Skip to content
briefcase

GitHub Action

Install Goss

v1.2.1 Latest version

Install Goss

briefcase

Install Goss

Install Goss (dgoss, dcgoss, kgoss) into GitHub actions runner

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Install Goss

uses: e1himself/goss-installation-action@v1.2.1

Learn more about this action in e1himself/goss-installation-action

Choose a version

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'