[CI] test built

This commit is contained in:
actions-bot 2021-09-16 01:28:34 +00:00 committed by GitHub
parent 95767e7d51
commit 2f63cf6d15
2 changed files with 4 additions and 2 deletions

5
dist/index.js vendored
View file

@ -3812,7 +3812,7 @@ exports.withCustomRequest = withCustomRequest;
Object.defineProperty(exports, "__esModule", ({ value: true }));
const VERSION = "2.16.0";
const VERSION = "2.16.3";
function ownKeys(object, enumerableOnly) {
var keys = Object.keys(object);
@ -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.4";
function endpointsToMethods(octokit, endpointsMap) {
const newMethods = {};

1
report.txt Normal file
View file

@ -0,0 +1 @@
1631755713