Skip to content
play

GitHub Action

Setup Genesyscloud Archy

v1.4.0 Latest version

Setup Genesyscloud Archy

play

Setup Genesyscloud Archy

Sets up Genesyscloud Archy in your GitHub Actions workflow

Installation

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

              

- name: Setup Genesyscloud Archy

uses: stsmdt/setup-genesyscloud-archy@v1.4.0

Learn more about this action in stsmdt/setup-genesyscloud-archy

Choose a version

setup-genesyscloud-archy

build-test

The stsmdt/setup-genesyscloud-archy action is a TypeScript action that sets up Genesyscloud Archy in your GitHub Actions workflow by:

  • Downloading a specific version of Genesyscloud Archy and adding it to the PATH.

Usage

See action.yml

This action can be run on ubuntu-latest, windows-latest and macos-latest GitHub Actions runners.

A specific version of Genesyscloud or latest can be used.

steps:
- uses: stsmdt/setup-genesyscloud-archy@v1
  with:
    archy-version: 2.7.0
steps:
- uses: stsmdt/setup-genesyscloud-archy@v1
  with:
    archy-version: latest

Inputs

The action supports the following inputs:

  • archy-version - (required) - The version of Genesyscloud to install.

License

The scripts and documentation in this project are released under the MIT License