Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 6, 2024
1 parent 1b634bf commit 4957bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4957bcc

Please sign in to comment.