Skip to content

josephrodriguez/setup-kustomizegen

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 Kustomizegen GitHub Action

Description

This GitHub Action sets up a specific version of Kustomizegen for your workflow.

Sure! Here's the reformatted section for Inputs:

Inputs

Name Description Required Default Value
kustomizegen-version The Kustomizegen version to set up. No 'latest'

Example Usage

  1. To set up a specific version of Kustomizegen:
- name: Setup Kustomizegen v0.1.1
  uses: josephrodriguez/setup-kustomizegen@v1
  with:
    kustomizegen-version: '0.1.1'
  1. To set up the latest version of Kustomizegen (using the default value):
- name: Setup Kustomizegen (Latest)
  uses: josephrodriguez/setup-kustomizegen@v1

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published