generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e5c237
commit fe84cc7
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
name: 'Setup Kustomize' | ||
description: 'Setup a Kustomize environment and add it to the path' | ||
author: 'Imran Ismail <[email protected]>' | ||
branding: | ||
icon: edit | ||
color: purple | ||
inputs: | ||
kustomize-version: | ||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0' | ||
|