From f2c22accd39f68aa02cc06f766316769fe77afc1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 26 Mar 2024 11:03:23 -0700 Subject: [PATCH] Update README.md remote ws --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ea51f..a0a6035 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ https://.pages.dev ### Using a different package manager -By default, this action will detect which package manager to use, based on the presence of a `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`, or `bun.lockb` file. +By default, this action will detect which package manager to use, based on the presence of a `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`, or `bun.lockb` file. If you need to use a specific package manager for your application, you can set the `packageManager` input to `npm`, `yarn`, `pnpm`, or `bun`. You don't need to set this option unless you want to override the default behavior.