mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-06 14:39:25 +00:00
fix: typo in disable_safe_directory (#1343)
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
This commit is contained in:
parent
85aacc9654
commit
3e33441c19
3 changed files with 3 additions and 3 deletions
|
|
@ -160,7 +160,7 @@ const buildReportExec = () => {
|
|||
|
||||
const buildUploadExec = () => {
|
||||
const disableFileFixes = isTrue(core.getInput('disable_file_fixes'));
|
||||
const disableSafeDirectory = isTrue(core.getInput('diable_safe_directory'));
|
||||
const disableSafeDirectory = isTrue(core.getInput('disable_safe_directory'));
|
||||
const disableSearch = isTrue(core.getInput('disable_search'));
|
||||
const dryRun = isTrue(core.getInput('dry_run'));
|
||||
const envVars = core.getInput('env_vars');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue