Skip to content

Commit

Permalink
added repo correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Jan 14, 2024
1 parent 547fa6d commit 6e77f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge-for-humans-merging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
const commitsResponse = await octokit.paginate("GET /repos/{owner}/{repo}/pulls/{pull_number}/commits", {
owner: "${{ github.repository_owner }}",
repo: repository,
repo: repository.split('/')[1],
pull_number: prNumber,
per_page: 100,
});
Expand Down

0 comments on commit 6e77f4a

Please sign in to comment.