From d6035296002b982bc779ef64efab6c35ba10b9d3 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:56:12 -0400 Subject: [PATCH] DOP-4414 testing lambda --- api/controllers/v2/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index 14f4525e6..222f923d2 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -70,7 +70,7 @@ async function createPayload( if (isSmokeTestDeploy) { try { if (!repoOwner) { - return false; + return 'no repo owner'; } url = 'https://github.com/' + repoOwner + '/' + repoName; } catch (e) {