const to let

This commit is contained in:
ibrahim0814
2019-12-05 01:20:56 -08:00
parent fd07c5fc0c
commit cf0e744e2c
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -272,7 +272,7 @@ try {
const flags = core.getInput("flags");
const file = core.getInput("file");
const yml = core.getInput("yml");
const fail_ci = core.getInput("fail_ci_if_error");
let fail_ci = core.getInput("fail_ci_if_error");
fail_ci = fail_ci.toLowerCase();
request("https://codecov.io/bash", (error, response, body) => {

View File

@@ -9,7 +9,7 @@ try {
const flags = core.getInput("flags");
const file = core.getInput("file");
const yml = core.getInput("yml");
const fail_ci = core.getInput("fail_ci_if_error");
let fail_ci = core.getInput("fail_ci_if_error");
fail_ci = fail_ci.toLowerCase();
request("https://codecov.io/bash", (error, response, body) => {