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 bd527e2 commit 240a435
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
per_page: 100
}
});
console.log('OJO:>> ' + JSON.stringify(opts, null, 2));
const response = await github.paginate(opts);
console.log('OJO:>> ' + JSON.stringify(response, null, 2));
const response = github.paginate(opts);
return response.data;
}
Expand Down

0 comments on commit 240a435

Please sign in to comment.