From c2edb9a7407067e94b7af06b290da20c8e50a2fd Mon Sep 17 00:00:00 2001 From: Aiqiao Yan <55104035+aiqiaoy@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:26:12 +0000 Subject: [PATCH] build --- dist/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 0acfdf1..cc237ad 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2822,8 +2822,7 @@ function assertSafePrCheckout(input) { // (B) We cannot check for all fork PR refs so check to see // if the resolved input points to the fork PR sha we have in the payload const repositoryMatchesPrHead = typeof prHeadRepoFullName === 'string' && - input.qualifiedRepository.toLowerCase() === - prHeadRepoFullName.toLowerCase(); + input.qualifiedRepository.toLowerCase() === prHeadRepoFullName.toLowerCase(); const refMatchesPullPattern = PR_REF_PATTERN.test(input.ref); const commitMatchesPrHeadSha = !!input.commit && prShas.includes(input.commit.toLowerCase()); if (!repositoryMatchesPrHead &&