Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix: v2.3.0 is broken, this version should fix the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed Feb 15, 2023
1 parent 0066c63 commit 0a1be8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function run() {
runEverything = true;
} else {
do {
const { data: files } = await octokit.pulls.listFiles({
const { data: files } = await octokit.rest.pulls.listFiles({
owner: github.context.payload.repository.owner.login,
repo: github.context.payload.repository.name,
pull_number: github.context.payload.pull_request.number,
Expand Down

0 comments on commit 0a1be8d

Please sign in to comment.