From b1a04236458712d51a0e78a5570ca8565efac6d7 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:36:48 -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 e44090998..5232fc2ac 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -78,7 +78,7 @@ async function createPayload( branch_name = 'master'; newHead = null; action = 'automatedTest'; - return repoName + branch_name + repoInfo.project; + return repoName + branch_name + repoInfo; } else { try { action = 'push';