fix typos

This commit is contained in:
Samuel Colvin
2020-04-04 14:00:57 +01:00
parent e866b3854d
commit 1804a456ff
4 changed files with 17 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ try {
const token = core.getInput("token");
const flags = core.getInput("flags");
const file = core.getInput("file");
let env_vars = core.getInput("env_vars");
const env_vars = core.getInput("env_vars");
fail_ci = core.getInput("fail_ci_if_error").toLowerCase();
if (