Skip to content

Commit

Permalink
test: add rest param
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslin committed Sep 12, 2023
1 parent ce431ba commit 647de3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-weekly-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
}
}
const issuesNew = await getNewIssues(github);
const issuesNew = await getNewIssues(github.rest);
console.log(JSON.stringify(issuesNew, null, 2));

0 comments on commit 647de3b

Please sign in to comment.