From 1a8a8dea23af7def28773ab6e2fe9186bc7d56cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Oct 2020 15:10:16 +0000 Subject: [PATCH] build(release): compiled action for 1.1.14 [skip ci] --- dist/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index fd25c8a..cf83212 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5203,7 +5203,7 @@ var request = __webpack_require__(753); var graphql = __webpack_require__(898); var authToken = __webpack_require__(813); -const VERSION = "3.1.3"; +const VERSION = "3.1.4"; class Octokit { constructor(options = {}) { @@ -5263,7 +5263,8 @@ class Octokit { } } else { const auth = options.authStrategy(Object.assign({ - request: this.request + request: this.request, + log: this.log }, options.auth)); // @ts-ignore ¯\_(ツ)_/¯ hook.wrap("request", auth.hook);