mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
Fix github actions (#23720)
This commit is contained in:
parent
6b6a35335c
commit
bb9bf77a6b
2
.github/workflows/trustedPR.yml
vendored
2
.github/workflows/trustedPR.yml
vendored
@ -55,4 +55,4 @@ jobs:
|
||||
if (body !== "") {
|
||||
req.body = body;
|
||||
}
|
||||
await github.pulls.createReview(req);
|
||||
await github.rest.pulls.createReview(req);
|
||||
|
Loading…
Reference in New Issue
Block a user