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 0bebaff commit 8ad4912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
}
});
console.log('OJO:>> ' + JSON.stringify(opts, null, 2));
const response = github.paginate(opts);
const response = github.paginate(github.rest.pulls.get, opts);
console.log('OJO:>> ' + JSON.stringify(response, null, 2));
return response.data;
}
Expand Down

0 comments on commit 8ad4912

Please sign in to comment.