Skip to content

Commit

Permalink
Fix github actions (microsoft#23720)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Mar 22, 2022
1 parent 6b6a353 commit bb9bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trustedPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
if (body !== "") {
req.body = body;
}
await github.pulls.createReview(req);
await github.rest.pulls.createReview(req);

0 comments on commit bb9bf77

Please sign in to comment.