mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
fix typos
This commit is contained in:
2
index.js
2
index.js
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user