From 0e8b8b646ff14a02f1f9aacd614f1fdb12fe8abe Mon Sep 17 00:00:00 2001 From: Masahiro Furudate <178inaba.git@gmail.com> Date: Mon, 22 Apr 2024 01:27:17 +0900 Subject: [PATCH] Fix prettier printWidth error --- src/init/features/hosting/github.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/init/features/hosting/github.ts b/src/init/features/hosting/github.ts index dcf8ac0f9e1..aa85db734fb 100644 --- a/src/init/features/hosting/github.ts +++ b/src/init/features/hosting/github.ts @@ -32,7 +32,8 @@ const YML_PULL_REQUEST_FILENAME = "firebase-hosting-pull-request.yml"; const YML_MERGE_FILENAME = "firebase-hosting-merge.yml"; const CHECKOUT_GITHUB_ACTION_NAME = "actions/checkout@v4"; -const HOSTING_GITHUB_ACTION_NAME = "FirebaseExtended/action-hosting-deploy@ac8041b3b04337509168113bf98b95879df22322"; +const HOSTING_GITHUB_ACTION_NAME = + "FirebaseExtended/action-hosting-deploy@ac8041b3b04337509168113bf98b95879df22322"; const SERVICE_ACCOUNT_MAX_KEY_NUMBER = 10;