mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-10 08:20:06 +00:00
fix typos
This commit is contained in:
parent
e866b3854d
commit
1804a456ff
4 changed files with 17 additions and 18 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -2342,7 +2342,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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue