From 4bf3047bb891e129f1bc16001b66eb284e894c8a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 26 Mar 2024 11:07:50 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a0a6035..201a5cd 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,6 @@ By default, this action will detect which package manager to use, based on the p 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. - ```yaml jobs: deploy: