Skip to content

Commit

Permalink
Fix prettier printWidth error
Browse files Browse the repository at this point in the history
  • Loading branch information
178inaba committed Apr 24, 2024
1 parent 4746d7a commit 0e8b8b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/init/features/hosting/github.ts
Expand Up @@ -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;

Expand Down

0 comments on commit 0e8b8b6

Please sign in to comment.