Skip to content

Github action to download a specific version of kli

Notifications You must be signed in to change notification settings

blopezpi/action-kli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kli Action

A GitHub Action for installing the konstellation-io/kli CLI tool.

Inputs

For more information on inputs, see the API Documentation

  • version: The chart-testing version to install (default: v1.0-alpha.4)

Example Workflow

Create a workflow (eg: .github/workflows/lint-test.yaml):

name: Kli

on: push

jobs:
  install-kli:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - name: Set up kli
        uses: blopezpi/action-kli@v1.0.0
        with:
          version: v1.0-alpha.4

About

Github action to download a specific version of kli

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages