From d8eb26bd7b4c496f1bf6a63d22f03d98c55990fc Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 8 Feb 2022 16:58:37 -0500 Subject: [PATCH] action.yaml route --- action.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index 3687039..9e69627 100644 --- a/action.yml +++ b/action.yml @@ -1,15 +1,15 @@ -name: 'Helm tool installer' -description: 'Install a specific version of helm binary. Acceptable values are latest or any semantic version string like 1.15.0' +name: "Helm tool installer" +description: "Install a specific version of helm binary. Acceptable values are latest or any semantic version string like 1.15.0" inputs: version: - description: 'Version of helm' + description: "Version of helm" required: true - default: 'latest' + default: "latest" outputs: helm-path: - description: 'Path to the cached helm binary' + description: "Path to the cached helm binary" branding: - color: 'blue' + color: "blue" runs: - using: 'node12' - main: 'lib/run.js' \ No newline at end of file + using: "node12" + main: "lib/index.js"