From 10693b3829bf86eb2572aef5f3571dcf5ca9287d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 28 May 2022 17:23:43 +0300 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index a7c10e2..2e8f8cd 100644 --- a/action.yml +++ b/action.yml @@ -1,13 +1,13 @@ -name: Setup PNPM -description: Install PNPM package manager +name: Setup pnpm +description: Install pnpm package manager branding: icon: package color: orange inputs: version: - description: Version of PNPM to install + description: Version of pnpm to install dest: - description: Where to store PNPM files + description: Where to store pnpm files required: false default: ~/setup-pnpm run_install: