Fix github actions (#23720)

This commit is contained in:
autoantwort 2022-03-22 18:55:22 +01:00 committed by GitHub
parent 6b6a35335c
commit bb9bf77a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,4 +55,4 @@ jobs:
if (body !== "") {
req.body = body;
}
await github.pulls.createReview(req);
await github.rest.pulls.createReview(req);