diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 98a1b2a44e0e..87c86d7a15e6 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -31,7 +31,8 @@ jobs: owner: '${{ github.repository_owner }}', repo: '${{ env.REPO }}' }); - const response = github.paginate(opts); + const response = github.paginate(opts); + console.log(JSON.stringify(response, null, 2)); return response.data; }