From d1073d57bac21e1b0b5b270b72b8d1f8f8848250 Mon Sep 17 00:00:00 2001 From: Han Yeong-woo Date: Wed, 13 Sep 2023 08:27:33 +0900 Subject: [PATCH] Run format --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b05fd45..e9e9b1d 100644 --- a/action.yml +++ b/action.yml @@ -43,4 +43,4 @@ inputs: required: false packageManager: description: "The name of the package manager to install and run wrangler. If not provided, it will be detected via the lock file. Valid values: [npm, pnpm, yarn]" - required: false + required: false