From bc82623172fab64c6ab658b1fafac289a769d72e Mon Sep 17 00:00:00 2001 From: Jackson Date: Fri, 18 Jun 2021 14:38:36 -0500 Subject: [PATCH] add build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 015ca8f..b7a391a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -73,7 +73,7 @@ function run() { token = core.getInput('repo-token', { required: true }); configPath = core.getInput('config', { required: true }); client = github.getOctokit(token); - config = getConfig(client, configPath); + config = getConfig(client, configPath).catch(function (err) { throw err; }); console.log(config); } catch (err) {