From eb01f63ce53fafcb4687ec76274960d579522868 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 19:16:21 +0100 Subject: [PATCH] Added some testing output --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 0acd553..0b09c15 100644 --- a/index.js +++ b/index.js @@ -29,7 +29,6 @@ async function getAndPostPullRequests() { Authorization: `token ${githubToken}`, "Content-Type": "application/json", }; - // Logic for current branch if (!branch) { const ref = process.env.GITHUB_REF;