Skip to content

xensik/setup-gsc-tool

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 GSC Tool

Github action to setup GSC Tool

Inputs

  • version : The version of GSC Tool to use. Default '1.4.7'.

  • path : The path GSC Tool is installed to. Default '.gsc-tool'.

Usage

Example usage with defaults

uses: xensik/setup-gsc-tool@v2

Example usage with version

uses: xensik/setup-gsc-tool@v2
with:
  version: '1.4.7'

Example usage with path

uses: xensik/setup-gsc-tool@v2
with:
  version: '1.4.7'
  path: '.gsc-tool'

About

Github action to setup gsc-tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published