File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3831,7 +3831,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
3831
3831
return result;
3832
3832
};
3833
3833
Object.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;
3835
3835
const Context = __importStar(__nccwpck_require__(4087));
3836
3836
const Utils = __importStar(__nccwpck_require__(7914));
3837
3837
// octokit + plugins
@@ -3840,13 +3840,13 @@ const plugin_rest_endpoint_methods_1 = __nccwpck_require__(3044);
3840
3840
const plugin_paginate_rest_1 = __nccwpck_require__(4193);
3841
3841
exports.context = new Context.Context();
3842
3842
const baseUrl = Utils.getApiBaseUrl();
3843
- const defaults = {
3843
+ exports. defaults = {
3844
3844
baseUrl,
3845
3845
request: {
3846
3846
agent: Utils.getProxyAgent(baseUrl)
3847
3847
}
3848
3848
};
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);
3850
3850
/**
3851
3851
* Convience function to correctly format Octokit Options to pass into the constructor.
3852
3852
*
Original file line number Diff line number Diff line change @@ -3831,7 +3831,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
3831
3831
return result;
3832
3832
};
3833
3833
Object.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;
3835
3835
const Context = __importStar(__nccwpck_require__(4087));
3836
3836
const Utils = __importStar(__nccwpck_require__(7914));
3837
3837
// octokit + plugins
@@ -3840,13 +3840,13 @@ const plugin_rest_endpoint_methods_1 = __nccwpck_require__(3044);
3840
3840
const plugin_paginate_rest_1 = __nccwpck_require__(4193);
3841
3841
exports.context = new Context.Context();
3842
3842
const baseUrl = Utils.getApiBaseUrl();
3843
- const defaults = {
3843
+ exports. defaults = {
3844
3844
baseUrl,
3845
3845
request: {
3846
3846
agent: Utils.getProxyAgent(baseUrl)
3847
3847
}
3848
3848
};
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);
3850
3850
/**
3851
3851
* Convience function to correctly format Octokit Options to pass into the constructor.
3852
3852
*
Original file line number Diff line number Diff line change 27
27
"@actions/cache" : " ^3.0.4" ,
28
28
"@actions/core" : " ^1.9.1" ,
29
29
"@actions/exec" : " ^1.1.1" ,
30
- "@actions/github" : " ^5.1.0 " ,
30
+ "@actions/github" : " ^5.1.1 " ,
31
31
"@actions/http-client" : " ^2.0.1" ,
32
32
"@actions/tool-cache" : " ^2.0.1" ,
33
33
"@types/semver" : " ^7.3.12" ,
You can’t perform that action at this time.
0 commit comments