Skip to content

Commit

Permalink
Merge pull request #7263 from camptocamp/fix-message
Browse files Browse the repository at this point in the history
Fix messages in pull requests
  • Loading branch information
sbrunner authored Jun 25, 2021
2 parents d110c2a + 5b66717 commit 68b7cb5
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 68b7cb5

Please sign in to comment.