From 82ee531c1528c9c725a3c0a3f21c8d92593807fd Mon Sep 17 00:00:00 2001 From: Simon Knittel Date: Sun, 4 Feb 2024 11:11:23 +0100 Subject: [PATCH] ci: Remove console.log --- .github/workflows/production-deployment-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/production-deployment-merge.yml b/.github/workflows/production-deployment-merge.yml index 022b2b1b..031719d6 100644 --- a/.github/workflows/production-deployment-merge.yml +++ b/.github/workflows/production-deployment-merge.yml @@ -45,7 +45,6 @@ jobs: repo: context.repo.repo, pull_number: existingPullRequests.data[0].number, }) - console.log(pullRequest) // https://github.com/orgs/community/discussions/24504 // https://github.com/octokit/octokit.net/issues/1763