Skip to content

Commit 9748803

Browse files
Update updateReadme.js
1 parent 711242b commit 9748803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updateReadme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const fetchDataAndUpdateReadme = async () => {
1010
try {
1111
// Fetch contributors' data from varunrmantri23/workflows
1212
const response = await axios.get(
13-
`https://api.github.com/repos/${owner}/${repo}/contributors`
13+
`https://api.github.com/repos/${owner}/${repo}/contributors?per_page=500`
1414
);
1515
const contributors = response.data;
1616

0 commit comments

Comments
 (0)