From bf00ecfd0dc9109221b66fe6b47b6116dc4e3f51 Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Mon, 2 Sep 2024 13:10:42 +0530 Subject: [PATCH] debug 1 --- .github/workflows/registry-updates-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registry-updates-test.yaml b/.github/workflows/registry-updates-test.yaml index fa8e6ef9..5ca32ea4 100644 --- a/.github/workflows/registry-updates-test.yaml +++ b/.github/workflows/registry-updates-test.yaml @@ -34,7 +34,7 @@ jobs: script: | const { owner, repo } = context.issue; const pull_number = context.payload.pull_request.number; - console.log("Github pulls", JSON.stringify(github.pulls, null, 2)); + console.log("Owner and repo and pull_number", owner, repo, pull_number); const { data: reviews } = await github.pulls.listReviews({ owner: context.repo.owner, repo: context.repo.repo,