Added some testing output

This commit is contained in:
Philipp Horstenkamp 2023-11-19 19:16:21 +01:00
parent 769afb5c58
commit eb01f63ce5
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -29,7 +29,6 @@ async function getAndPostPullRequests() {
Authorization: `token ${githubToken}`, Authorization: `token ${githubToken}`,
"Content-Type": "application/json", "Content-Type": "application/json",
}; };
// Logic for current branch // Logic for current branch
if (!branch) { if (!branch) {
const ref = process.env.GITHUB_REF; const ref = process.env.GITHUB_REF;