[CI] test built

This commit is contained in:
actions-bot 2021-09-09 01:27:46 +00:00 committed by GitHub
parent 95767e7d51
commit 3f836ff9c4
2 changed files with 3 additions and 1 deletions

3
dist/index.js vendored
View file

@ -5043,6 +5043,7 @@ const Endpoints = {
listWebhookDeliveries: ["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries"],
listWebhooks: ["GET /repos/{owner}/{repo}/hooks"],
merge: ["POST /repos/{owner}/{repo}/merges"],
mergeUpstream: ["POST /repos/{owner}/{repo}/merge-upstream"],
pingWebhook: ["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"],
redeliverWebhookDelivery: ["POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],
removeAppAccessRestrictions: ["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", {}, {
@ -5202,7 +5203,7 @@ const Endpoints = {
}
};
const VERSION = "5.9.0";
const VERSION = "5.10.1";
function endpointsToMethods(octokit, endpointsMap) {
const newMethods = {};

1
report.txt Normal file
View file

@ -0,0 +1 @@
1631150865