Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloPanio committed Jun 18, 2021
1 parent 981960f commit bc82623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bc82623

Please sign in to comment.