Skip to content

Commit

Permalink
Fix messages in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 24, 2021
1 parent d110c2a commit 5b66717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_url.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
// Get client and context
const client = new github.getOctokit(process.env.GITHUB_TOKEN);
await client.pulls.createReview({
await client.rest.pulls.createReview({
owner: github.context.issue.owner,
repo: github.context.issue.repo,
pull_number: github.context.issue.number,
Expand Down

0 comments on commit 5b66717

Please sign in to comment.