From 5499464d2de34ebb8c34d8c4a427bd90882a141d Mon Sep 17 00:00:00 2001 From: bmyun Date: Mon, 14 Oct 2024 14:37:20 +0900 Subject: [PATCH] modify description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 370b6bfe..54c2cb3d 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: 'Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, >=10.15.0' default: '' pnpm-version: - description: 'Version Spec of the pnpm version to use. Examples: ^8, 8.15.9, >=9. it required VOLTA_FEATURE_PNPM environment variable to be set to 1' + description: 'Version Spec of the pnpm version to use. Examples: ^8, 8.15.9, >=9. ensure that the environment variable VOLTA_FEATURE_PNPM is set to 1' default: '' package-json-path: description: 'The path to the package.json to update when using an explicit `node-version` | `yarn-version` | `npm-version` override. By default, we will use `package.json` in the checkout root.'