File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3831,7 +3831,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
38313831 return result;
38323832};
38333833Object.defineProperty(exports, "__esModule", ({ value: true }));
3834- exports.getOctokitOptions = exports.GitHub = exports.context = void 0;
3834+ exports.getOctokitOptions = exports.GitHub = exports.defaults = exports. context = void 0;
38353835const Context = __importStar(__nccwpck_require__(4087));
38363836const Utils = __importStar(__nccwpck_require__(7914));
38373837// octokit + plugins
@@ -3840,13 +3840,13 @@ const plugin_rest_endpoint_methods_1 = __nccwpck_require__(3044);
38403840const plugin_paginate_rest_1 = __nccwpck_require__(4193);
38413841exports.context = new Context.Context();
38423842const baseUrl = Utils.getApiBaseUrl();
3843- const defaults = {
3843+ exports. defaults = {
38443844 baseUrl,
38453845 request: {
38463846 agent: Utils.getProxyAgent(baseUrl)
38473847 }
38483848};
3849- exports.GitHub = core_1.Octokit.plugin(plugin_rest_endpoint_methods_1.restEndpointMethods, plugin_paginate_rest_1.paginateRest).defaults(defaults);
3849+ exports.GitHub = core_1.Octokit.plugin(plugin_rest_endpoint_methods_1.restEndpointMethods, plugin_paginate_rest_1.paginateRest).defaults(exports. defaults);
38503850/**
38513851 * Convience function to correctly format Octokit Options to pass into the constructor.
38523852 *
Original file line number Diff line number Diff line change @@ -3831,7 +3831,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
38313831 return result;
38323832};
38333833Object.defineProperty(exports, "__esModule", ({ value: true }));
3834- exports.getOctokitOptions = exports.GitHub = exports.context = void 0;
3834+ exports.getOctokitOptions = exports.GitHub = exports.defaults = exports. context = void 0;
38353835const Context = __importStar(__nccwpck_require__(4087));
38363836const Utils = __importStar(__nccwpck_require__(7914));
38373837// octokit + plugins
@@ -3840,13 +3840,13 @@ const plugin_rest_endpoint_methods_1 = __nccwpck_require__(3044);
38403840const plugin_paginate_rest_1 = __nccwpck_require__(4193);
38413841exports.context = new Context.Context();
38423842const baseUrl = Utils.getApiBaseUrl();
3843- const defaults = {
3843+ exports. defaults = {
38443844 baseUrl,
38453845 request: {
38463846 agent: Utils.getProxyAgent(baseUrl)
38473847 }
38483848};
3849- exports.GitHub = core_1.Octokit.plugin(plugin_rest_endpoint_methods_1.restEndpointMethods, plugin_paginate_rest_1.paginateRest).defaults(defaults);
3849+ exports.GitHub = core_1.Octokit.plugin(plugin_rest_endpoint_methods_1.restEndpointMethods, plugin_paginate_rest_1.paginateRest).defaults(exports. defaults);
38503850/**
38513851 * Convience function to correctly format Octokit Options to pass into the constructor.
38523852 *
Original file line number Diff line number Diff line change 2727 "@actions/cache" : " ^3.0.4" ,
2828 "@actions/core" : " ^1.9.1" ,
2929 "@actions/exec" : " ^1.1.1" ,
30- "@actions/github" : " ^5.1.0 " ,
30+ "@actions/github" : " ^5.1.1 " ,
3131 "@actions/http-client" : " ^2.0.1" ,
3232 "@actions/tool-cache" : " ^2.0.1" ,
3333 "@types/semver" : " ^7.3.12" ,
You can’t perform that action at this time.
0 commit comments